Struct parity_wasm::elements::ElementSegment
source · [−]pub struct ElementSegment { /* private fields */ }
Expand description
Entry in the element section.
Implementations
New element segment.
Sequence of function indices (mutable)
An i32 initializer expression that computes the offset at which to place the elements.
Note that this return None
if the segment is passive
.
An i32 initializer expression that computes the offset at which to place the elements (mutable)
Note that this return None
if the segment is passive
.
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 ElementSegment
impl Send for ElementSegment
impl Sync for ElementSegment
impl Unpin for ElementSegment
impl UnwindSafe for ElementSegment
Blanket Implementations
Mutably borrows from an owned value. Read more