Struct greenwasm_structure::modules::Global[][src]

pub struct Global {
    pub type_: GlobalType,
    pub init: Expr,
}

Fields

Trait Implementations

impl Debug for Global
[src]

Formats the value using the given formatter. Read more

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

impl Sync for Global