Home
last modified time | relevance | path

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

/external/rust/crates/intrusive-collections/src/
Dpointer_ops.rs46 pub struct DefaultPointerOps<Pointer>(PhantomData<Pointer>); struct
48 impl<Pointer> DefaultPointerOps<Pointer> { implementation
56 impl<Pointer> Clone for DefaultPointerOps<Pointer> { implementation
63 impl<Pointer> Copy for DefaultPointerOps<Pointer> {} implementation
65 impl<Pointer> Default for DefaultPointerOps<Pointer> { implementation
72 unsafe impl<'a, T: ?Sized> PointerOps for DefaultPointerOps<&'a T> { implementation
87 unsafe impl<T: ?Sized> PointerOps for DefaultPointerOps<UnsafeRef<T>> { implementation
103 unsafe impl<T: ?Sized> PointerOps for DefaultPointerOps<Box<T>> { implementation
119 unsafe impl<T: ?Sized> PointerOps for DefaultPointerOps<Rc<T>> { implementation
135 unsafe impl<T: ?Sized> PointerOps for DefaultPointerOps<Arc<T>> { implementation