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

pub struct DataSegment { /* fields omitted */ }

Data segment definition.

Methods

impl DataSegment
[src]

[src]

New data segments.

[src]

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

[src]

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

[src]

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

[src]

Initial value of the data segment.

[src]

Initial value of the data segment (mutable).

Trait Implementations

impl Clone for DataSegment
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for DataSegment
[src]

[src]

Formats the value using the given formatter.

impl Deserialize for DataSegment
[src]

Serialization error produced by deserialization routine.

[src]

Deserialize type from serial i/o

impl Serialize for DataSegment
[src]

Serialization error produced by serialization routine.

[src]

Serialize type to serial i/o