pub struct F64WithPlatformPropertiesTraits(pub PlatformProperties);
Expand description
FloatTraits
where Bits = u64
and properties
returns
FloatProperties::standard_64_with_platform_properties(self.0)
Tuple Fields§
§0: PlatformProperties
Trait Implementations§
Source§impl Clone for F64WithPlatformPropertiesTraits
impl Clone for F64WithPlatformPropertiesTraits
Source§fn clone(&self) -> F64WithPlatformPropertiesTraits
fn clone(&self) -> F64WithPlatformPropertiesTraits
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 FloatTraits for F64WithPlatformPropertiesTraits
impl FloatTraits for F64WithPlatformPropertiesTraits
Source§fn properties(&self) -> FloatProperties
fn properties(&self) -> FloatProperties
get the
FloatProperties
valueSource§impl PartialEq for F64WithPlatformPropertiesTraits
impl PartialEq for F64WithPlatformPropertiesTraits
Source§fn eq(&self, other: &F64WithPlatformPropertiesTraits) -> bool
fn eq(&self, other: &F64WithPlatformPropertiesTraits) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for F64WithPlatformPropertiesTraits
impl Eq for F64WithPlatformPropertiesTraits
impl StructuralPartialEq for F64WithPlatformPropertiesTraits
Auto Trait Implementations§
impl Freeze for F64WithPlatformPropertiesTraits
impl RefUnwindSafe for F64WithPlatformPropertiesTraits
impl Send for F64WithPlatformPropertiesTraits
impl Sync for F64WithPlatformPropertiesTraits
impl Unpin for F64WithPlatformPropertiesTraits
impl UnwindSafe for F64WithPlatformPropertiesTraits
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