Struct wasm_encoder::TableType [−][src]
Expand description
A table’s type.
Fields
element_type: ValTypeThe table’s element type.
minimum: u32Minimum size, in elements, of this table
maximum: Option<u32>Maximum size, in elements, of this table
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TableType
impl UnwindSafe for TableType
Blanket Implementations
Mutably borrows from an owned value. Read more