Struct makepad_live_compiler::live_eval::math_f64::PrettyPrintedF64
source · pub struct PrettyPrintedF64(pub f64);
Tuple Fields§
§0: f64
Trait 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§
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