Struct web_assembler::GlobalType [] [src]

pub struct GlobalType {
    pub content: ValueType,
    pub mutable: bool,
}

Fields

Trait Implementations

impl Debug for GlobalType
[src]

[src]

Formats the value using the given formatter.

impl Clone for GlobalType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Dump for GlobalType
[src]

[src]