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