Struct parity_wasm::elements::DataSegment [] [src]

pub struct DataSegment { /* fields omitted */ }

Data segment definition.

Methods

impl DataSegment
[src]

New data segments.

Linear memory index (currently the only valid value is 0).

An i32 initializer expression that computes the offset at which to place the data.

An i32 initializer expression that computes the offset at which to place the data (mutable)

Initial value of the data segment.

Initial value of the data segment (mutable).

Trait Implementations

impl Deserialize for DataSegment
[src]

Serialization error produced by deserialization routine.

Deserialize type from serial i/o

impl Serialize for DataSegment
[src]

Serialization error produced by serialization routine.

Serialize type to serial i/o