Struct web_assembler::MemoryType[][src]

pub struct MemoryType {
    pub limits: ResizableLimits,
}

Fields

Trait Implementations

impl Debug for MemoryType
[src]

Formats the value using the given formatter. Read more

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

impl Hash for MemoryType
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Dump for MemoryType
[src]

impl Import<MemoryType> for ModuleBuilder
[src]

Auto Trait Implementations

impl Send for MemoryType

impl Sync for MemoryType