pub struct F128Traits;
Expand description
FloatTraits
where Bits = u128
and properties
returns FloatProperties::STANDARD_128
Trait Implementations§
Source§impl Clone for F128Traits
impl Clone for F128Traits
Source§fn clone(&self) -> F128Traits
fn clone(&self) -> F128Traits
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for F128Traits
impl Debug for F128Traits
Source§impl Default for F128Traits
impl Default for F128Traits
Source§fn default() -> F128Traits
fn default() -> F128Traits
Returns the “default value” for a type. Read more
Source§impl FloatTraits for F128Traits
impl FloatTraits for F128Traits
Source§fn properties(&self) -> FloatProperties
fn properties(&self) -> FloatProperties
get the
FloatProperties
valueSource§impl Hash for F128Traits
impl Hash for F128Traits
Source§impl PartialEq for F128Traits
impl PartialEq for F128Traits
impl Copy for F128Traits
impl Eq for F128Traits
impl StructuralPartialEq for F128Traits
Auto Trait Implementations§
impl Freeze for F128Traits
impl RefUnwindSafe for F128Traits
impl Send for F128Traits
impl Sync for F128Traits
impl Unpin for F128Traits
impl UnwindSafe for F128Traits
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