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