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