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