Struct blockwise_reader::PatternIdx
source · pub struct PatternIdx {
pub idx: usize,
}Fields§
§idx: usizeTrait Implementations§
source§impl Clone for PatternIdx
impl Clone for PatternIdx
source§fn clone(&self) -> PatternIdx
fn clone(&self) -> PatternIdx
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 PatternIdx
impl Debug for PatternIdx
source§impl PartialEq for PatternIdx
impl PartialEq for PatternIdx
source§fn eq(&self, other: &PatternIdx) -> bool
fn eq(&self, other: &PatternIdx) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for PatternIdx
impl PartialOrd for PatternIdx
source§fn partial_cmp(&self, other: &PatternIdx) -> Option<Ordering>
fn partial_cmp(&self, other: &PatternIdx) -> Option<Ordering>
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 Copy for PatternIdx
impl StructuralPartialEq for PatternIdx
Auto Trait Implementations§
impl RefUnwindSafe for PatternIdx
impl Send for PatternIdx
impl Sync for PatternIdx
impl Unpin for PatternIdx
impl UnwindSafe for PatternIdx
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