Searched defs:PointerOffset (Results 1 – 1 of 1) sorted by relevance
1219 pub struct PointerOffset<T: ?Sized>(pub usize, PhantomData<T>); struct1221 impl<T: ?Sized> Clone for PointerOffset<T> { implementation1227 impl<T: ?Sized> Copy for PointerOffset<T> {} implementation1229 impl<T: ?Sized> Default for PointerOffset<T> { implementation1235 impl<T: ?Sized> PartialEq for PointerOffset<T> { implementation1241 impl<T: ?Sized> Eq for PointerOffset<T> {} implementation1243 impl<T: ?Sized> PartialOrd for PointerOffset<T> { implementation1249 impl<T: ?Sized> Ord for PointerOffset<T> { implementation1255 impl<T> fmt::Debug for PointerOffset<T> implementation1264 impl<T> fmt::Display for PointerOffset<T> implementation[all …]