Struct wasm_encoder::MemoryType [−][src]
pub struct MemoryType {
pub limits: Limits,
}Expand description
A memory’s type.
Fields
limits: LimitsThis memory’s limits (in units of pages).
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for MemoryTypeimpl Send for MemoryTypeimpl Sync for MemoryTypeimpl Unpin for MemoryTypeimpl UnwindSafe for MemoryTypeBlanket Implementations
Mutably borrows from an owned value. Read more