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