Home
last modified time | relevance | path

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

/linux/rust/pin-init/src/
H A D__internal.rs105 pub struct AllData<T: ?Sized>(PhantomInvariant<T>);
107 impl<T: ?Sized> Clone for AllData<T> {
113 impl<T: ?Sized> Copy for AllData<T> {}
115 impl<T: ?Sized> AllData<T> {
128 type InitData = AllData<T>;
131 AllData(PhantomInvariant::new()) implementation
129 pub struct AllData<T: ?Sized>(Invariant<T>); global() struct
137 impl<T: ?Sized> Copy for AllData<T> {} global() implementation
140 unsafe impl<T: ?Sized> InitData for AllData<T> { global() implementation