Struct wasm_core::opcode::Memarg
[−]
[src]
pub struct Memarg {
pub offset: u32,
pub align: u32,
}Fields
offset: u32
align: u32
Trait Implementations
impl Copy for Memarg[src]
impl Clone for Memarg[src]
fn clone(&self) -> Memarg[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for Memarg[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more