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