#[repr(transparent)]pub struct Fpr(pub f64);Expand description
Floating-point representation type (wrapping f64 for FPNATIVE mode).
Tuple Fields§
§0: f64Implementations§
Trait Implementations§
impl Copy for Fpr
Auto Trait Implementations§
impl Freeze for Fpr
impl RefUnwindSafe for Fpr
impl Send for Fpr
impl Sync for Fpr
impl Unpin for Fpr
impl UnsafeUnpin for Fpr
impl UnwindSafe for Fpr
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