Struct parity_wasm::elements::MemorySection [] [src]

pub struct MemorySection(_);

Section with table definition (currently only one entry is allowed).

Methods

impl MemorySection
[src]

List of all memory entries in the section

New memory section with memory types

Mutable list of all memory entries in the section

Trait Implementations

impl Default for MemorySection
[src]

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

impl Deserialize for MemorySection
[src]

Serialization error produced by deserialization routine.

Deserialize type from serial i/o

impl Serialize for MemorySection
[src]

Serialization error produced by serialization routine.

Serialize type to serial i/o