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