Struct wasm_encoder::Limits [−][src]
Expand description
Limits for a table or memory.
Fields
min: u32The minimum size.
max: Option<u32>The (optional) maximum size.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Limitsimpl UnwindSafe for LimitsBlanket Implementations
Mutably borrows from an owned value. Read more