pub struct F32SupNan(pub f32);Expand description
Supremum NaN wrapper around f32 (NaN is greater than all other values).
Tuple Fields§
§0: f32Trait Implementations§
impl Copy for F32SupNan
impl Eq for F32SupNan
Source§impl Ord for F32SupNan
impl Ord for F32SupNan
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
Source§impl PartialOrd for F32SupNan
impl PartialOrd for F32SupNan
Auto Trait Implementations§
impl Freeze for F32SupNan
impl RefUnwindSafe for F32SupNan
impl Send for F32SupNan
impl Sync for F32SupNan
impl Unpin for F32SupNan
impl UnsafeUnpin for F32SupNan
impl UnwindSafe for F32SupNan
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