[−][src]Struct cranelift_codegen::ir::entities::Table
A reference to a table.
Methods
impl Table
impl Tablepub fn from_u32(x: u32) -> Self |
Return the underlying index value as a u32.
pub fn as_u32(self) -> u32 |
Return the underlying index value as a u32.
impl Table[src]
impl Tablepub 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 Copy for Table[src]
impl Copy for Tableimpl Display for Table
impl Display for Tableimpl Debug for Table
impl Debug for Tableimpl PartialEq<Table> for Table[src]
impl PartialEq<Table> for Tableimpl 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_slice<H>(data: &[Self], state: &mut H) where | 1.3.0 [src] |
Feeds a slice of this type into the given [Hasher]. Read more
impl From<Table> for AnyEntity[src]
impl From<Table> for AnyEntityimpl Clone for Table[src]
impl Clone for Tablefn clone(&self) -> Table | [src] |
fn clone_from(&mut self, source: &Self) | 1.0.0 [src] |
Performs copy-assignment from source. Read more
impl ReservedValue for Table
impl ReservedValue for Tablefn reserved_value() -> Table |
impl EntityRef for Table
impl EntityRef for TableAuto Trait Implementations
Blanket Implementations
impl<T, U> TryFrom for T where
T: From<U>, [src]
impl<T, U> TryFrom for T where
T: From<U>, type Error = !
🔬 This is a nightly-only experimental API. (
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error> | [src] |
impl<T> From for T[src]
impl<T> From for Timpl<T, U> TryInto for T where
U: TryFrom<T>, [src]
impl<T, U> TryInto for T where
U: TryFrom<T>, type Error = <U as TryFrom<T>>::Error
🔬 This is a nightly-only experimental API. (
try_from)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error> | [src] |
impl<T, U> Into for T where
U: From<T>, [src]
impl<T, U> Into for T where
U: From<T>, impl<T> Borrow for T where
T: ?Sized, [src]
impl<T> Borrow for T where
T: ?Sized, impl<T> BorrowMut for T where
T: ?Sized, [src]
impl<T> BorrowMut for T where
T: ?Sized, fn borrow_mut(&mut self) -> &mut T | [src] |
impl<T> Any for T where
T: 'static + ?Sized, [src]
impl<T> Any for T where
T: 'static + ?Sized, fn get_type_id(&self) -> TypeId | [src] |
impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, impl<T> ToString for T where
T: Display + ?Sized, [src]
impl<T> ToString for T where
T: Display + ?Sized, impl<T> SparseMapValue for T where
T: EntityRef, [src]
impl<T> SparseMapValue for T where
T: EntityRef,