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