pub struct VMCopyingHeader<P: PtrSize>(pub P);Expand description
Offsets of fields within the VMCopyingHeader type.
Tuple Fields§
§0: PImplementations§
Source§impl<P: PtrSize> VMCopyingHeader<P>
impl<P: PtrSize> VMCopyingHeader<P>
Sourcepub fn object_size(&self) -> u8
pub fn object_size(&self) -> u8
The offset of the object_size field of VMCopyingHeader.
Auto Trait Implementations§
impl<P> Freeze for VMCopyingHeader<P>where
P: Freeze,
impl<P> RefUnwindSafe for VMCopyingHeader<P>where
P: RefUnwindSafe,
impl<P> Send for VMCopyingHeader<P>where
P: Send,
impl<P> Sync for VMCopyingHeader<P>where
P: Sync,
impl<P> Unpin for VMCopyingHeader<P>where
P: Unpin,
impl<P> UnsafeUnpin for VMCopyingHeader<P>where
P: UnsafeUnpin,
impl<P> UnwindSafe for VMCopyingHeader<P>where
P: 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