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