Struct greenwasm_structure::instructions::Memarg[][src]

pub struct Memarg {
    pub offset: U32,
    pub align: U32,
}

Fields

Trait Implementations

impl Copy for Memarg
[src]

impl Clone for Memarg
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Memarg
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Memarg
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for Memarg

impl Sync for Memarg