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