Searched defs:Box (Results 1 – 1 of 1) sorted by relevance
| /rust/kernel/alloc/ |
| D | kbox.rs | 77 pub struct Box<#[cfg_attr(CONFIG_RUSTC_HAS_COERCE_POINTEE, pointee)] T: ?Sized, A: Allocator>( struct 85 impl<T, U, A> core::ops::CoerceUnsized<Box<U, A>> for Box<T, A> implementation 96 impl<T, U, A> core::ops::DispatchFromDyn<Box<U, A>> for Box<T, A> implementation 141 unsafe impl<T, A> Send for Box<T, A> implementation 149 unsafe impl<T, A> Sync for Box<T, A> implementation 156 impl<T, A> Box<T, A> impl 210 impl<T, A> Box<MaybeUninit<T>, A> implementation 240 impl<T, A> Box<T, A> impl 342 impl<T, A> InPlaceWrite<T> for Box<MaybeUninit<T>, A> implementation 367 impl<T, A> InPlaceInit<T> for Box<T, A> implementation [all …]
|