Searched defs:AllData (Results 1 – 1 of 1) sorted by relevance
108 pub struct AllData<T: ?Sized>(PhantomData<fn(KBox<T>) -> KBox<T>>); struct110 impl<T: ?Sized> Clone for AllData<T> { implementation116 impl<T: ?Sized> Copy for AllData<T> {} implementation119 unsafe impl<T: ?Sized> InitData for AllData<T> { implementation