Struct web_assembler::GlobalVariable[][src]

pub struct GlobalVariable {
    pub ty: GlobalType,
    pub init: InitExpr,
}

Fields

Trait Implementations

impl Debug for GlobalVariable
[src]

Formats the value using the given formatter. Read more

impl Clone for GlobalVariable
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Dump for GlobalVariable
[src]

Auto Trait Implementations