Struct parity_wasm::elements::GlobalType
source · [−]pub struct GlobalType { /* private fields */ }
Expand description
Global definition struct
Implementations
Type of the global entry
Is global entry is declared as mutable
Trait Implementations
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