pub struct TypedPtr<T> {
pub ptr: PairPtr,
pub tag: PhantomData<T>,
}Fields§
§ptr: PairPtr§tag: PhantomData<T>Implementations§
Trait Implementations§
source§impl<T: PartialEq> PartialEq for TypedPtr<T>
impl<T: PartialEq> PartialEq for TypedPtr<T>
impl<T: Copy> Copy for TypedPtr<T>
impl<T> StructuralPartialEq for TypedPtr<T>
Auto Trait Implementations§
impl<T> Freeze for TypedPtr<T>
impl<T> RefUnwindSafe for TypedPtr<T>where
T: RefUnwindSafe,
impl<T> !Send for TypedPtr<T>
impl<T> !Sync for TypedPtr<T>
impl<T> Unpin for TypedPtr<T>where
T: Unpin,
impl<T> UnwindSafe for TypedPtr<T>where
T: UnwindSafe,
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more