Enum wasmtime_environ::ModuleMemoryOffset [−][src]
Expand description
Memory definition offset in the VMContext structure.
Variants
Not available.
Defined(u32)Offset to the defined memory.
Imported(u32)Offset to the imported memory.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ModuleMemoryOffsetimpl Send for ModuleMemoryOffsetimpl Sync for ModuleMemoryOffsetimpl Unpin for ModuleMemoryOffsetimpl UnwindSafe for ModuleMemoryOffsetBlanket Implementations
Mutably borrows from an owned value. Read more