Enum wast::MemoryType [−][src]
pub enum MemoryType { B32 { limits: Limits, shared: bool, }, B64 { limits: Limits64, shared: bool, }, }
Configuration for a memory of a wasm module
Variants
A 32-bit memory
Show fields
Fields of B32
limits: Limits
Limits on the page sizes of this memory
Whether or not this is a shared (atomic) memory type
A 64-bit memory
Show fields
Fields of B64
limits: Limits64
Limits on the page sizes of this memory
Whether or not this is a shared (atomic) memory type
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 Hash for MemoryType
[src]
impl Hash for MemoryType
[src]impl PartialEq<MemoryType> for MemoryType
[src]
impl PartialEq<MemoryType> for MemoryType
[src]