pub struct F32(pub f32);Tuple Fields§
§0: f32Trait Implementations§
Source§impl Ord for F32
This works like PartialOrd on f32, except that NAN sorts below all other floats
(and is equal to another NAN).
impl Ord for F32
This works like PartialOrd on f32, except that NAN sorts below all other floats
(and is equal to another NAN).
Source§impl PartialOrd for F32
This works like PartialOrd on f32, except that NAN sorts below all other floats
(and is equal to another NAN). This always returns a Some.
impl PartialOrd for F32
This works like PartialOrd on f32, except that NAN sorts below all other floats
(and is equal to another NAN). This always returns a Some.
impl Copy for F32
impl Eq for F32
Auto Trait Implementations§
impl Freeze for F32
impl RefUnwindSafe for F32
impl Send for F32
impl Sync for F32
impl Unpin for F32
impl UnwindSafe for F32
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