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

pub struct MemorySection(_);

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

Methods

impl MemorySection
[src]

[src]

List of all memory entries in the section

[src]

New memory section with memory types

[src]

Mutable list of all memory entries in the section

Trait Implementations

impl Default for MemorySection
[src]

[src]

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

impl Debug for MemorySection
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for MemorySection
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for MemorySection
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Deserialize for MemorySection
[src]

Serialization error produced by deserialization routine.

[src]

Deserialize type from serial i/o

impl Serialize for MemorySection
[src]

Serialization error produced by serialization routine.

[src]

Serialize type to serial i/o

Auto Trait Implementations

impl Send for MemorySection

impl Sync for MemorySection