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