pub struct Fract { /* private fields */ }Expand description
A fractional value (numerator / denominator).
Implementations§
Trait Implementations§
Source§impl Ord for Fract
impl Ord for Fract
Source§impl PartialOrd for Fract
impl PartialOrd for Fract
impl Copy for Fract
impl Eq 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