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

pub struct ElementSegment { /* fields omitted */ }

Entry in the element section.

Methods

impl ElementSegment
[src]

[src]

New element segment.

[src]

Sequence of function indices.

[src]

Sequence of function indices (mutable)

[src]

Table index (currently valid only value of 0)

[src]

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

[src]

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

Trait Implementations

impl Debug for ElementSegment
[src]

[src]

Formats the value using the given formatter.

impl Clone for ElementSegment
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Deserialize for ElementSegment
[src]

Serialization error produced by deserialization routine.

[src]

Deserialize type from serial i/o

impl Serialize for ElementSegment
[src]

Serialization error produced by serialization routine.

[src]

Serialize type to serial i/o