pub struct f16 { /* private fields */ }Expand description
Type f16, which is essentially a wrapper around u16.
Implementations§
Source§impl f16
impl f16
Sourcepub fn is_infinite(self) -> bool
pub fn is_infinite(self) -> bool
The is_infinite method for f16
Sourcepub fn is_sign_positive(self) -> bool
pub fn is_sign_positive(self) -> bool
The is_sign_positive method for f16
Sourcepub fn is_sign_negative(self) -> bool
pub fn is_sign_negative(self) -> bool
The is_sign_negative method for f16
Trait Implementations§
Source§impl PartialOrd for f16
impl PartialOrd for f16
impl Copy for f16
Auto Trait Implementations§
impl Freeze for f16
impl RefUnwindSafe for f16
impl Send for f16
impl Sync for f16
impl Unpin for f16
impl UnwindSafe for f16
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