pub struct HighLevelInstructionIndex(pub usize);
Tuple Fields§
§0: usize
Implementations§
Trait Implementations§
source§impl Clone for HighLevelInstructionIndex
impl Clone for HighLevelInstructionIndex
source§fn clone(&self) -> HighLevelInstructionIndex
fn clone(&self) -> HighLevelInstructionIndex
Returns a copy 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 HighLevelInstructionIndex
impl Debug for HighLevelInstructionIndex
source§impl Display for HighLevelInstructionIndex
impl Display for HighLevelInstructionIndex
source§impl From<u64> for HighLevelInstructionIndex
impl From<u64> for HighLevelInstructionIndex
source§impl From<usize> for HighLevelInstructionIndex
impl From<usize> for HighLevelInstructionIndex
source§impl Hash for HighLevelInstructionIndex
impl Hash for HighLevelInstructionIndex
source§impl Ord for HighLevelInstructionIndex
impl Ord for HighLevelInstructionIndex
source§fn cmp(&self, other: &HighLevelInstructionIndex) -> Ordering
fn cmp(&self, other: &HighLevelInstructionIndex) -> 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 PartialOrd for HighLevelInstructionIndex
impl PartialOrd for HighLevelInstructionIndex
impl Copy for HighLevelInstructionIndex
impl Eq for HighLevelInstructionIndex
impl StructuralPartialEq for HighLevelInstructionIndex
Auto Trait Implementations§
impl Freeze for HighLevelInstructionIndex
impl RefUnwindSafe for HighLevelInstructionIndex
impl Send for HighLevelInstructionIndex
impl Sync for HighLevelInstructionIndex
impl Unpin for HighLevelInstructionIndex
impl UnwindSafe for HighLevelInstructionIndex
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