pub struct TotalF64(pub f64);Expand description
A finite f64 wrapper ordered by IEEE-754 total-order bit transformation.
Tuple Fields§
§0: f64Implementations§
Trait Implementations§
impl Copy for TotalF64
impl Eq for TotalF64
Source§impl Ord for TotalF64
impl Ord for TotalF64
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Auto Trait Implementations§
impl Freeze for TotalF64
impl RefUnwindSafe for TotalF64
impl Send for TotalF64
impl Sync for TotalF64
impl Unpin for TotalF64
impl UnsafeUnpin for TotalF64
impl UnwindSafe for TotalF64
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