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.
Performs the conversion.
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
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