pub enum uFmt_f32 {
Zero(f32),
One(f32),
Two(f32),
Three(f32),
Four(f32),
Five(f32),
}Expand description
Select the variant with the level of precision required
Variants§
Trait Implementations§
impl Copy for uFmt_f32
Auto Trait Implementations§
impl Freeze for uFmt_f32
impl RefUnwindSafe for uFmt_f32
impl Send for uFmt_f32
impl Sync for uFmt_f32
impl Unpin for uFmt_f32
impl UnwindSafe for uFmt_f32
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