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