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.
Performs the conversion.
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
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