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 u8
The start address.
current_length: usize
The current logical size of this linear memory in bytes.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VMMemoryDefinition
impl !Send for VMMemoryDefinition
impl !Sync for VMMemoryDefinition
impl Unpin for VMMemoryDefinition
impl UnwindSafe for VMMemoryDefinition
Blanket Implementations
Mutably borrows from an owned value. Read more