Home
last modified time | relevance | path

Searched defs:Box (Results 1 – 2 of 2) 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> implementation
218 impl<T, A> Box<MaybeUninit<T>, A> implementation
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