Struct wasmtime_runtime::VMFunctionImport [−][src]
#[repr(C)]pub struct VMFunctionImport { pub body: NonNull<VMFunctionBody>, pub vmctx: *mut VMContext, }
Expand description
An imported function.
Fields
body: NonNull<VMFunctionBody>A pointer to the imported function body.
vmctx: *mut VMContextA pointer to the VMContext that owns the function.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VMFunctionImportimpl Unpin for VMFunctionImportimpl UnwindSafe for VMFunctionImportBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V