Struct cranelift_codegen::ir::entities::Table [−][src]
pub struct Table(_);
An opaque reference to a WebAssembly table.
Table
s 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
impl Table
[src]
impl Table
[src]impl Table
[src]
impl Table
[src]pub fn with_number(n: u32) -> Option<Self>
[src]
Create a new table reference from its number.
This method is for use by the parser.
Trait Implementations
impl PartialOrd<Table> for Table
[src]
impl PartialOrd<Table> for Table
[src]impl ReservedValue for Table
[src]
impl ReservedValue for Table
[src]fn reserved_value() -> Table
[src]
fn is_reserved_value(&self) -> bool
[src]
impl Copy for Table
[src]
impl Eq for Table
[src]
impl StructuralEq for Table
[src]
impl StructuralPartialEq for Table
[src]
Auto Trait Implementations
impl RefUnwindSafe for Table
impl Send for Table
impl Sync for Table
impl Unpin for Table
impl UnwindSafe for Table
Blanket Implementations
impl<T> CallHasher for T where
T: Hash,
[src]
impl<T> CallHasher for T where
T: Hash,
[src]impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]pub fn equivalent(&self, key: &K) -> bool
[src]
impl<T> SparseMapValue<T> for T where
T: EntityRef,
[src]
impl<T> SparseMapValue<T> for T where
T: EntityRef,
[src]