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 ModuleMemoryOffset
impl Send for ModuleMemoryOffset
impl Sync for ModuleMemoryOffset
impl Unpin for ModuleMemoryOffset
impl UnwindSafe for ModuleMemoryOffset
Blanket Implementations
Mutably borrows from an owned value. Read more