pub enum FloatFormat {
F(u32),
G,
}
Expand description
How to convert a float value to a string.
It maps to the inner ImGui sprintf
format parameter.
Variants§
Auto Trait Implementations§
impl Freeze for FloatFormat
impl RefUnwindSafe for FloatFormat
impl Send for FloatFormat
impl Sync for FloatFormat
impl Unpin for FloatFormat
impl UnwindSafe for FloatFormat
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