pub struct TableIndex(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Clone for TableIndex
impl Clone for TableIndex
Source§fn clone(&self) -> TableIndex
fn clone(&self) -> TableIndex
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TableIndex
impl Debug for TableIndex
Source§impl Deref for TableIndex
impl Deref for TableIndex
Source§impl Export<TableIndex> for ModuleBuilder
impl Export<TableIndex> for ModuleBuilder
fn export<S: Into<String>>(&mut self, name: S, index: TableIndex) -> ExportIndex
Source§impl Hash for TableIndex
impl Hash for TableIndex
Source§impl Ord for TableIndex
impl Ord for TableIndex
Source§fn cmp(&self, other: &TableIndex) -> Ordering
fn cmp(&self, other: &TableIndex) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for TableIndex
impl PartialEq for TableIndex
Source§impl PartialOrd for TableIndex
impl PartialOrd for TableIndex
impl Copy for TableIndex
impl Eq for TableIndex
impl StructuralPartialEq for TableIndex
Auto Trait Implementations§
impl Freeze for TableIndex
impl RefUnwindSafe for TableIndex
impl Send for TableIndex
impl Sync for TableIndex
impl Unpin for TableIndex
impl UnwindSafe for TableIndex
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more