pub struct NumberBits(/* private fields */);Expand description
Canonical IEEE-754 bits. Every positive or negative NaN payload collapses
to the unique arithmetic NaN from Bamti.canonical_nan.
Implementations§
Trait Implementations§
Source§impl Clone for NumberBits
impl Clone for NumberBits
Source§fn clone(&self) -> NumberBits
fn clone(&self) -> NumberBits
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NumberBits
Source§impl Debug for NumberBits
impl Debug for NumberBits
impl Eq for NumberBits
Source§impl Hash for NumberBits
impl Hash for NumberBits
Source§impl PartialEq for NumberBits
impl PartialEq for NumberBits
impl StructuralPartialEq for NumberBits
Auto Trait Implementations§
impl Freeze for NumberBits
impl RefUnwindSafe for NumberBits
impl Send for NumberBits
impl Sync for NumberBits
impl Unpin for NumberBits
impl UnsafeUnpin for NumberBits
impl UnwindSafe for NumberBits
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