Struct wasmtime::MemoryType [−][src]
pub struct MemoryType { /* fields omitted */ }
A descriptor for a WebAssembly memory type.
Memories are described in units of pages (64KB) and represent contiguous chunks of addressable memory.
Implementations
impl MemoryType
[src]
impl MemoryType
[src]Trait Implementations
impl Clone for MemoryType
[src]
impl Clone for MemoryType
[src]fn clone(&self) -> MemoryType
[src][−]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src][−]
impl From<MemoryType> for ExternType
[src]
impl From<MemoryType> for ExternType
[src]fn from(ty: MemoryType) -> ExternType
[src][−]
impl Hash for MemoryType
[src]
impl Hash for MemoryType
[src]impl PartialEq<MemoryType> for MemoryType
[src]
impl PartialEq<MemoryType> for MemoryType
[src]