Struct wasmtime_runtime::ExportMemory [−][src]
pub struct ExportMemory {
pub definition: *mut VMMemoryDefinition,
pub vmctx: *mut VMContext,
pub memory: MemoryPlan,
}
Expand description
A memory export value.
Fields
definition: *mut VMMemoryDefinition
The address of the memory descriptor.
vmctx: *mut VMContext
Pointer to the containing VMContext
.
memory: MemoryPlan
The memory declaration, used for compatibilty checking.
Trait Implementations
Performs the conversion.
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more