Struct wasmparser::GlobalType[][src]

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

Fields

Trait Implementations

impl Debug for GlobalType
[src]

Formats the value using the given formatter. Read more

impl Copy for GlobalType
[src]

impl Clone for GlobalType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for GlobalType

impl Sync for GlobalType