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