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