Searched defs:Box (Results 1 – 6 of 6) sorted by relevance
| /linux/rust/kernel/alloc/ |
| H A D | kbox.rs | 81 pub struct Box<#[cfg_attr(CONFIG_RUSTC_HAS_COERCE_POINTEE, pointee)] T: ?Sized, A: Allocator>( struct 89 impl<T, U, A> core::ops::CoerceUnsized<Box<U, A>> for Box<T, A> implementation 100 impl<T, U, A> core::ops::DispatchFromDyn<Box<U, A>> for Box<T, A> implementation 146 unsafe impl<T, A: Allocator> ZeroableOption for Box<T, A> {} implementation 149 unsafe impl<T, A> Send for Box<T, A> implementation 157 unsafe impl<T, A> Sync for Box<T, A> implementation 164 impl<T, A> Box<T, A> impl 218 impl<T, A> Box<MaybeUninit<T>, A> impl 248 impl<T, A> Box<T, A> impl 433 impl<T, A> InPlaceWrite<T> for Box<MaybeUninit<T>, A> implementation [all …]
|
| /linux/rust/pin-init/src/ |
| H A D | alloc.rs | 22 unsafe impl<T> ZeroableOption for Box<T> {} implementation 80 impl<T> InPlaceInit<T> for Box<T> { implementation 136 impl<T> InPlaceWrite<T> for Box<MaybeUninit<T>> { implementation
|
| /linux/rust/kernel/debugfs/ |
| H A D | traits.rs | 83 impl<T, A> BinaryWriter for Box<T, A> implementation 224 impl<T: ?Sized + BinaryReaderMut, A: Allocator> BinaryReaderMut for Box<T, A> { implementation 289 impl<T: ?Sized + BinaryReader, A: Allocator> BinaryReader for Box<T, A> { implementation
|
| /linux/rust/syn/ |
| H A D | parse_quote.rs | 218 impl ParseQuote for Box<Pat> { implementation
|
| H A D | parse.rs | 1168 impl<T: Parse> Parse for Box<T> { implementation
|
| /linux/rust/quote/ |
| H A D | to_tokens.rs | 94 impl<T: ?Sized + ToTokens> ToTokens for Box<T> { implementation
|