Struct wasmtime_runtime::VMFunctionImport [−][src]
#[repr(C)]pub struct VMFunctionImport { pub body: NonNull<VMFunctionBody>, pub vmctx: *mut VMContext, }
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
impl Clone for VMFunctionImport
[src]
impl Clone for VMFunctionImport
[src]