Struct makepad_math::math_f64::PrettyPrintedF64
source · [−]pub struct PrettyPrintedF64(pub f64);Tuple Fields
0: f64Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PrettyPrintedF64
impl Send for PrettyPrintedF64
impl Sync for PrettyPrintedF64
impl Unpin for PrettyPrintedF64
impl UnwindSafe for PrettyPrintedF64
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more