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