Struct wiggle::wasmtime_crate::TableType [−][src]
pub struct TableType { /* fields omitted */ }
Expand description
A descriptor for a table in a WebAssembly module.
Tables are contiguous chunks of a specific element, typically a funcref
or
an externref
. The most common use for tables is a function table through
which call_indirect
can invoke other functions.
Implementations
Creates a new table descriptor which will contain the specified
element
and have the limits
applied to its length.
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for TableType
impl UnwindSafe for TableType
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more