Searched refs:AllData (Results 1 – 1 of 1) sorted by relevance
109 pub struct AllData<T: ?Sized>(Invariant<T>); struct 111 impl<T: ?Sized> Clone for AllData<T> { implementation 117 impl<T: ?Sized> Copy for AllData<T> {} implementation 120 unsafe impl<T: ?Sized> InitData for AllData<T> { implementation 126 type InitData = AllData<T>;129 AllData(PhantomData) in __init_data()