Home
last modified time | relevance | path

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

/linux/rust/kernel/alloc/
H A Dkbox.rs81 pub struct Box<#[pointe struct
89 impl<T, U, A> core::ops::CoerceUnsized<Box<U, A>> for Box<T, A> global() implementation
100 impl<T, U, A> core::ops::DispatchFromDyn<Box<U, A>> for Box<T, A> global() implementation
146 unsafe impl<T, A: Allocator> ZeroableOption for Box<T, A> {} global() implementation
149 unsafe impl<T, A> Send for Box<T, A> global() implementation
157 unsafe impl<T, A> Sync for Box<T, A> global() implementation
164 impl<T, A> Box<T, A> global() implementation
218 impl<T, A> Box<MaybeUninit<T>, A> global() implementation
248 impl<T, A> Box<T, A> global() implementation
433 impl<T, A> InPlaceWrite<T> for Box<MaybeUninit<T>, A> global() implementation
458 impl<T, A> InPlaceInit<T> for Box<T, A> global() implementation
483 unsafe impl<T: 'static, A> ForeignOwnable for Box<T, A> global() implementation
565 impl<T, A> Deref for Box<T, A> global() implementation
579 impl<T, A> DerefMut for Box<T, A> global() implementation
609 impl<T, A> Borrow<T> for Box<T, A> global() implementation
637 impl<T, A> BorrowMut<T> for Box<T, A> global() implementation
647 impl<T, A> fmt::Display for Box<T, A> global() implementation
657 impl<T, A> fmt::Debug for Box<T, A> global() implementation
667 impl<T, A> Drop for Box<T, A> global() 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> global() implementation
224 impl<T: ?Sized + BinaryReaderMut, A: Allocator> BinaryReaderMut for Box<T, A> { global() implementation
289 impl<T: ?Sized + BinaryReader, A: Allocator> BinaryReader for Box<T, A> { global() implementation
[all...]
/linux/rust/kernel/irq/
H A Drequest.rs48 impl<T: ?Sized + Handler, A: Allocator + 'static> Handler for Box<T, A> { implementation
321 impl<T: ?Sized + ThreadedHandler, A: Allocator> ThreadedHandler for Box<T, A> { global() 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