Struct parity_wasm::elements::GlobalEntry
source · [−]pub struct GlobalEntry { /* private fields */ }
Expand description
Global entry in the module.
Implementations
New global entry.
Global type.
Global type (mutable).
Initialization expression (instructions) for global (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 GlobalEntry
impl Send for GlobalEntry
impl Sync for GlobalEntry
impl Unpin for GlobalEntry
impl UnwindSafe for GlobalEntry
Blanket Implementations
Mutably borrows from an owned value. Read more