Struct web_assembler::GlobalType[][src]

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

Fields

Trait Implementations

impl Debug for GlobalType
[src]

Formats the value using the given formatter. Read more

impl Clone for GlobalType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for GlobalType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for GlobalType
[src]

impl Hash for GlobalType
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Dump for GlobalType
[src]

impl Import<GlobalType> for ModuleBuilder
[src]

Auto Trait Implementations

impl Send for GlobalType

impl Sync for GlobalType