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