Struct wasm_encoder::GlobalType [−][src]
Expand description
A global’s type.
Fields
val_type: ValType
This global’s value type.
mutable: bool
Whether this global is mutable or not.
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for GlobalType
impl Send for GlobalType
impl Sync for GlobalType
impl Unpin for GlobalType
impl UnwindSafe for GlobalType
Blanket Implementations
Mutably borrows from an owned value. Read more