Searched defs:DefaultPointerOps (Results 1 – 1 of 1) sorted by relevance
47 pub struct DefaultPointerOps<Pointer>(PhantomData<Pointer>); struct49 impl<Pointer> DefaultPointerOps<Pointer> { impl57 impl<Pointer> Clone for DefaultPointerOps<Pointer> { implementation64 impl<Pointer> Copy for DefaultPointerOps<Pointer> {} implementation66 impl<Pointer> Default for DefaultPointerOps<Pointer> { implementation73 unsafe impl<'a, T: ?Sized> PointerOps for DefaultPointerOps<&'a T> { implementation88 unsafe impl<'a, T: ?Sized> PointerOps for DefaultPointerOps<Pin<&'a T>> { implementation103 unsafe impl<T: ?Sized> PointerOps for DefaultPointerOps<UnsafeRef<T>> { implementation118 unsafe impl<T: ?Sized> PointerOps for DefaultPointerOps<Pin<UnsafeRef<T>>> { implementation134 unsafe impl<T: ?Sized> PointerOps for DefaultPointerOps<Box<T>> { implementation[all …]