Struct parity_wasm::elements::MemoryType [] [src]

pub struct MemoryType(_);

Memory entry.

Methods

impl MemoryType
[src]

[src]

New memory definition

[src]

Limits of the memory entry.

Trait Implementations

impl Debug for MemoryType
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for MemoryType
[src]

impl Clone for MemoryType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for MemoryType
[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 MemoryType
[src]

Serialization error produced by deserialization routine.

[src]

Deserialize type from serial i/o

impl Serialize for MemoryType
[src]

Serialization error produced by serialization routine.

[src]

Serialize type to serial i/o

Auto Trait Implementations

impl Send for MemoryType

impl Sync for MemoryType