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