Home
last modified time | relevance | path

Searched defs:Box (Results 1 – 6 of 6) sorted by relevance

/linux/rust/kernel/alloc/
H A Dkbox.rs81 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 Dalloc.rs22 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 Dtraits.rs83 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 Dparse_quote.rs218 impl ParseQuote for Box<Pat> { implementation
H A Dparse.rs1168 impl<T: Parse> Parse for Box<T> { implementation
/linux/rust/quote/
H A Dto_tokens.rs94 impl<T: ?Sized + ToTokens> ToTokens for Box<T> { implementation