Struct cranelift_codegen::ir::entities::Table [−][src]
pub struct Table(_);
A reference to a table.
Methods
impl Table[src]
impl Tablepub fn with_number(n: u32) -> Option<Self>[src]
pub fn with_number(n: u32) -> Option<Self>Create a new table reference from its number.
This method is for use by the parser.
Trait Implementations
impl Copy for Table[src]
impl Copy for Tableimpl Clone for Table[src]
impl Clone for Tablefn clone(&self) -> Table[src]
fn clone(&self) -> TableReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for Table[src]
impl PartialEq for Tablefn eq(&self, other: &Table) -> bool[src]
fn eq(&self, other: &Table) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Table) -> bool[src]
fn ne(&self, other: &Table) -> boolThis method tests for !=.
impl Eq for Table[src]
impl Eq for Tableimpl Hash for Table[src]
impl Hash for Tablefn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl EntityRef for Table
impl EntityRef for Tablefn new(index: usize) -> Self
fn new(index: usize) -> SelfCreate a new entity reference from a small integer. This should crash if the requested index is not representable. Read more
fn index(self) -> usize
fn index(self) -> usizeGet the index that was used to create this entity reference.
impl ReservedValue for Table
impl ReservedValue for Tablefn reserved_value() -> Table
fn reserved_value() -> TableCreate an instance of the reserved value.
impl Display for Table
impl Display for Tableimpl Debug for Table
impl Debug for Tableimpl From<Table> for AnyEntity[src]
impl From<Table> for AnyEntity