pub struct BlockIdx(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
source§impl PartialEq for BlockIdx
impl PartialEq for BlockIdx
source§impl PartialOrd for BlockIdx
impl PartialOrd for BlockIdx
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl StructuralPartialEq for BlockIdx
Auto Trait Implementations§
impl Freeze for BlockIdx
impl RefUnwindSafe for BlockIdx
impl Send for BlockIdx
impl Sync for BlockIdx
impl Unpin for BlockIdx
impl UnwindSafe for BlockIdx
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