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