pub struct BigNumFloat(pub f64);
Expand description
Tuple Fields§
§0: f64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BigNumFloat
impl RefUnwindSafe for BigNumFloat
impl Send for BigNumFloat
impl Sync for BigNumFloat
impl Unpin for BigNumFloat
impl UnwindSafe for BigNumFloat
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