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