Struct wasm_encoder::MemoryType [−][src]
Expand description
A memory’s type.
Fields
minimum: u64
Minimum size, in pages, of this memory
maximum: Option<u64>
Maximum size, in pages, of this memory
memory64: bool
Whether or not this is a 64-bit memory.
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for MemoryType
impl Send for MemoryType
impl Sync for MemoryType
impl Unpin for MemoryType
impl UnwindSafe for MemoryType
Blanket Implementations
Mutably borrows from an owned value. Read more