pub struct RankIdx(/* private fields */);Expand description
Rank index representation.
Converts ranks to numeric indices (0-12).
Implementations§
Trait Implementations§
Source§impl Ord for RankIdx
impl Ord for RankIdx
Source§impl PartialOrd for RankIdx
impl PartialOrd for RankIdx
impl Copy for RankIdx
impl Eq for RankIdx
impl StructuralPartialEq for RankIdx
Auto Trait Implementations§
impl Freeze for RankIdx
impl RefUnwindSafe for RankIdx
impl Send for RankIdx
impl Sync for RankIdx
impl Unpin for RankIdx
impl UnwindSafe for RankIdx
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