pub struct Float128(/* private fields */);Implementations§
Source§impl Float128
impl Float128
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 Float128
impl Eq for Float128
Source§impl FloatFormat for Float128
impl FloatFormat for Float128
impl StructuralPartialEq for Float128
Auto Trait Implementations§
impl Freeze for Float128
impl RefUnwindSafe for Float128
impl Send for Float128
impl Sync for Float128
impl Unpin for Float128
impl UnsafeUnpin for Float128
impl UnwindSafe for Float128
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