pub struct PairPtr {
pub meta: OR<MetaPtr, RawPtr<LargeBlock>>,
pub data: *const u8,
}Fields§
§meta: OR<MetaPtr, RawPtr<LargeBlock>>§data: *const u8Implementations§
Trait Implementations§
source§impl PartialEq for PairPtr
impl PartialEq for PairPtr
impl Copy for PairPtr
impl StructuralPartialEq for PairPtr
Auto Trait Implementations§
impl Freeze for PairPtr
impl RefUnwindSafe for PairPtr
impl !Send for PairPtr
impl !Sync for PairPtr
impl Unpin for PairPtr
impl UnwindSafe for PairPtr
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