Struct wasmtime_runtime::VMMemoryImport [−][src]
#[repr(C)]pub struct VMMemoryImport { pub from: *mut VMMemoryDefinition, pub vmctx: *mut VMContext, }
The fields compiled code needs to access to utilize a WebAssembly linear memory imported from another instance.
Fields
from: *mut VMMemoryDefinition
A pointer to the imported memory description.
vmctx: *mut VMContext
A pointer to the VMContext
that owns the memory description.
Trait Implementations
impl Clone for VMMemoryImport
[src]
impl Clone for VMMemoryImport
[src]