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