pub struct MnemonicIndex { /* private fields */ }Expand description
Index of a mnemonic in a function. Local to a specific function.
Implementations§
Source§impl MnemonicIndex
impl MnemonicIndex
Trait Implementations§
Source§impl Clone for MnemonicIndex
impl Clone for MnemonicIndex
Source§fn clone(&self) -> MnemonicIndex
fn clone(&self) -> MnemonicIndex
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 MnemonicIndex
impl Debug for MnemonicIndex
Source§impl Ord for MnemonicIndex
impl Ord for MnemonicIndex
Source§fn cmp(&self, other: &MnemonicIndex) -> Ordering
fn cmp(&self, other: &MnemonicIndex) -> 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 MnemonicIndex
impl PartialEq for MnemonicIndex
Source§impl PartialOrd for MnemonicIndex
impl PartialOrd for MnemonicIndex
impl Copy for MnemonicIndex
impl Eq for MnemonicIndex
impl StructuralPartialEq for MnemonicIndex
Auto Trait Implementations§
impl Freeze for MnemonicIndex
impl RefUnwindSafe for MnemonicIndex
impl Send for MnemonicIndex
impl Sync for MnemonicIndex
impl Unpin for MnemonicIndex
impl UnwindSafe for MnemonicIndex
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.