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