Struct wasm_encoder::MemoryType [−][src]
pub struct MemoryType { pub limits: Limits, }
Expand description
A memory’s type.
Fields
limits: Limits
This memory’s limits (in units of pages).
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