Struct parity_wasm_cp::elements::MemoryType[][src]

pub struct MemoryType(_);

Memory entry.

Methods

impl MemoryType
[src]

New memory definition

Limits of the memory entry.

Trait Implementations

impl Debug for MemoryType
[src]

Formats the value using the given formatter. Read more

impl Copy for MemoryType
[src]

impl Clone for MemoryType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for MemoryType
[src]

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

This method tests for !=.

impl Deserialize for MemoryType
[src]

Serialization error produced by deserialization routine.

Deserialize type from serial i/o

impl Serialize for MemoryType
[src]

Serialization error produced by serialization routine.

Serialize type to serial i/o

Auto Trait Implementations

impl Send for MemoryType

impl Sync for MemoryType