Struct parity_wasm::elements::DataSection [] [src]

pub struct DataSection(_);

Data entries definitions.

Methods

impl DataSection
[src]

New data section

List of all data entries in the section

List of all data entries in the section (mutable)

Trait Implementations

impl Default for DataSection
[src]

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

impl Deserialize for DataSection
[src]

Serialization error produced by deserialization routine.

Deserialize type from serial i/o

impl Serialize for DataSection
[src]

Serialization error produced by serialization routine.

Serialize type to serial i/o