Struct parity_wasm::elements::GlobalSection
source · [−]pub struct GlobalSection(_);
Expand description
Globals definition section.
Implementations
List of all global entries in the section.
New global section from list of global entries.
List of all global entries in the section (mutable).
Trait Implementations
Returns the “default value” for a type. Read more
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 GlobalSection
impl Send for GlobalSection
impl Sync for GlobalSection
impl Unpin for GlobalSection
impl UnwindSafe for GlobalSection
Blanket Implementations
Mutably borrows from an owned value. Read more