Struct wasmparser::GlobalType [] [src]

pub struct GlobalType {
    pub content_type: Type,
    pub mutable: bool,
}

Fields

Trait Implementations

impl Debug for GlobalType
[src]

[src]

Formats the value using the given formatter.

impl Copy for GlobalType
[src]

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