Struct wasm_encoder::TableType [−][src]
Expand description
A table’s type.
Fields
element_type: ValType
The table’s element type.
minimum: u32
Minimum 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