Struct parity_wasm::elements::ElementSection [] [src]

pub struct ElementSection(_);

Element entries section.

Methods

impl ElementSection
[src]

New elements section

New elements entries in the section

List of all data entries in the section (mutable)

Trait Implementations

impl Default for ElementSection
[src]

Returns the "default value" for a type. Read more

impl Deserialize for ElementSection
[src]

Serialization error produced by deserialization routine.

Deserialize type from serial i/o

impl Serialize for ElementSection
[src]

Serialization error produced by serialization routine.

Serialize type to serial i/o