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 VMContext
A pointer to the VMContext
that owns the function.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VMFunctionImport
impl Unpin for VMFunctionImport
impl UnwindSafe for VMFunctionImport
Blanket Implementations
Mutably borrows from an owned value. Read more