Struct cranelift_codegen::ir::entities::Table [−][src]
pub struct Table(_);Expand description
An opaque reference to a WebAssembly table.
Tables are used to store a list of function references.
They can be created with FuncEnvironment::make_table.
They can be used with
FuncEnvironment::translate_call_indirect.
While the order is stable, it is arbitrary.
Implementations
Create a new table reference from its number.
This method is for use by the parser.
Trait Implementations
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Create an instance of the reserved value.
Checks whether value is the reserved one.
Auto Trait Implementations
impl RefUnwindSafe for Table
impl UnwindSafe for Table
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.