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

pub struct ElementSection(_);

Element entries section.

Methods

impl ElementSection
[src]

[src]

New elements section

[src]

New elements entries in the section

[src]

List of all data entries in the section (mutable)

Trait Implementations

impl Default for ElementSection
[src]

[src]

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

impl Debug for ElementSection
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ElementSection
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Deserialize for ElementSection
[src]

Serialization error produced by deserialization routine.

[src]

Deserialize type from serial i/o

impl Serialize for ElementSection
[src]

Serialization error produced by serialization routine.

[src]

Serialize type to serial i/o

Auto Trait Implementations