Home
last modified time | relevance | path

Searched defs:DefaultPointerOps (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/intrusive-collections/src/
Dpointer_ops.rs47 pub struct DefaultPointerOps<Pointer>(PhantomData<Pointer>); struct
49 impl<Pointer> DefaultPointerOps<Pointer> { impl
57 impl<Pointer> Clone for DefaultPointerOps<Pointer> { implementation
64 impl<Pointer> Copy for DefaultPointerOps<Pointer> {} implementation
66 impl<Pointer> Default for DefaultPointerOps<Pointer> { implementation
73 unsafe impl<'a, T: ?Sized> PointerOps for DefaultPointerOps<&'a T> { implementation
88 unsafe impl<'a, T: ?Sized> PointerOps for DefaultPointerOps<Pin<&'a T>> { implementation
103 unsafe impl<T: ?Sized> PointerOps for DefaultPointerOps<UnsafeRef<T>> { implementation
118 unsafe impl<T: ?Sized> PointerOps for DefaultPointerOps<Pin<UnsafeRef<T>>> { implementation
134 unsafe impl<T: ?Sized> PointerOps for DefaultPointerOps<Box<T>> { implementation
[all …]