Struct web_assembler::MemoryImmediate[][src]

pub struct MemoryImmediate {
    pub flags: u32,
    pub offset: u32,
}

Fields

Trait Implementations

impl Debug for MemoryImmediate
[src]

Formats the value using the given formatter. Read more

impl Clone for MemoryImmediate
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Dump for MemoryImmediate
[src]

Auto Trait Implementations