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