Struct parity_wasm::elements::ElementSegment [] [src]

pub struct ElementSegment { /* fields omitted */ }

Entry in the element section.

Methods

impl ElementSegment
[src]

New element segment.

Sequence of function indices.

Sequence of function indices (mutable)

Table index (currently valid only value of 0)

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

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

Trait Implementations

impl Debug for ElementSegment
[src]

Formats the value using the given formatter.

impl Deserialize for ElementSegment
[src]

Serialization error produced by deserialization routine.

Deserialize type from serial i/o

impl Serialize for ElementSegment
[src]

Serialization error produced by serialization routine.

Serialize type to serial i/o