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 VMMemoryDefinitionThe address of the memory descriptor.
vmctx: *mut VMContextPointer to the containing VMContext.
memory: MemoryPlanThe memory declaration, used for compatibilty checking.
Trait Implementations
Performs the conversion.
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more