Struct nanowasm::types::Global [] [src]

pub struct Global {
    pub mutable: bool,
    pub variable_type: ValueType,
    pub value: Value,
}

A structure containing runtime data for a global variable.

Fields

Methods

impl Global
[src]

[src]

Trait Implementations

impl Debug for Global
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Global
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Global

impl Sync for Global