Struct wasmtime_runtime::VMMemoryDefinition [−][src]
Expand description
The fields compiled code needs to access to utilize a WebAssembly linear memory defined within the instance, namely the start address and the size in bytes.
Fields
base: *mut u8The start address.
current_length: usizeThe current logical size of this linear memory in bytes.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VMMemoryDefinitionimpl !Send for VMMemoryDefinitionimpl !Sync for VMMemoryDefinitionimpl Unpin for VMMemoryDefinitionimpl UnwindSafe for VMMemoryDefinitionBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V