Struct parity_wasm_cp::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. Read more

impl Clone for ElementSegment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ElementSegment
[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 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

Auto Trait Implementations