Struct parity_wasm_cp::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 Clone for DataSegment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DataSegment
[src]

Formats the value using the given formatter. Read more

impl PartialEq for DataSegment
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

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

Auto Trait Implementations

impl Send for DataSegment

impl Sync for DataSegment