Home
last modified time | relevance | path

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

/openbmc/linux/rust/kernel/init/
H A D__internal.rs105 pub struct AllData<T: ?Sized>(PhantomData<fn(Box<T>) -> Box<T>>); struct
107 impl<T: ?Sized> Clone for AllData<T> { implementation
113 impl<T: ?Sized> Copy for AllData<T> {} implementation
115 unsafe impl<T: ?Sized> InitData for AllData<T> { implementation