pub struct Float64(/* private fields */);Implementations§
Source§impl Float64
impl Float64
pub fn compare(self, other: Self, env: &mut FloatEnv) -> Option<Ordering>
pub fn compare_quiet(self, other: Self, env: &mut FloatEnv) -> Option<Ordering>
pub fn eq(self, other: Self, env: &mut FloatEnv) -> bool
pub fn lt(self, other: Self, env: &mut FloatEnv) -> bool
pub fn le(self, other: Self, env: &mut FloatEnv) -> bool
Trait Implementations§
impl Copy for Float64
impl Eq for Float64
Source§impl FloatFormat for Float64
impl FloatFormat for Float64
impl StructuralPartialEq for Float64
Auto Trait Implementations§
impl Freeze for Float64
impl RefUnwindSafe for Float64
impl Send for Float64
impl Sync for Float64
impl Unpin for Float64
impl UnsafeUnpin for Float64
impl UnwindSafe for Float64
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