Struct greenwasm_structure::modules::Mem[][src]

pub struct Mem {
    pub type_: MemType,
}

Fields

Trait Implementations

impl Debug for Mem
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Mem
[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 Mem

impl Sync for Mem