Struct wasmtime_environ::wasm::wasmparser::MemoryImmediate [−][src]
Fields
align: u8
Alignment, stored as n
where the actual alignment is 2^n
offset: u32
memory: u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MemoryImmediate
impl Send for MemoryImmediate
impl Sync for MemoryImmediate
impl Unpin for MemoryImmediate
impl UnwindSafe for MemoryImmediate
Blanket Implementations
Mutably borrows from an owned value. Read more