Struct parity_wasm::elements::ElementSection
source · [−]pub struct ElementSection(_);
Expand description
Element entries section.
Implementations
New elements section.
New elements entries in the section.
List of all data 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 ElementSection
impl Send for ElementSection
impl Sync for ElementSection
impl Unpin for ElementSection
impl UnwindSafe for ElementSection
Blanket Implementations
Mutably borrows from an owned value. Read more