Searched refs:AllData (Results 1 – 1 of 1) sorted by relevance
105 pub struct AllData<T: ?Sized>(PhantomData<fn(Box<T>) -> Box<T>>); struct107 impl<T: ?Sized> Clone for AllData<T> { implementation113 impl<T: ?Sized> Copy for AllData<T> {} implementation115 unsafe impl<T: ?Sized> InitData for AllData<T> { implementation120 type InitData = AllData<T>;123 AllData(PhantomData) in __init_data()