Struct web_assembler::GlobalVariable [] [src]

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

Fields

Trait Implementations

impl Debug for GlobalVariable
[src]

[src]

Formats the value using the given formatter.

impl Clone for GlobalVariable
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Dump for GlobalVariable
[src]

[src]