Struct wasm_encoder::TableType [−][src]
Expand description
A table’s type.
Fields
element_type: ValType
The table’s element type.
limits: Limits
The table’s limits.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TableType
impl UnwindSafe for TableType
Blanket Implementations
Mutably borrows from an owned value. Read more