pub struct Whole(pub usize, pub usize);
Tuple Fields§
§0: usize
§1: usize
Implementations§
Trait Implementations§
Source§impl Parse8Digits for Whole
impl Parse8Digits for Whole
unsafe fn parse_8_digits(digits: &[u8]) -> u64
impl Copy for Whole
impl Eq for Whole
impl StructuralPartialEq for Whole
Auto Trait Implementations§
impl Freeze for Whole
impl RefUnwindSafe for Whole
impl Send for Whole
impl Sync for Whole
impl Unpin for Whole
impl UnwindSafe for Whole
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