Struct easy_imgui::DragFloat
source · pub struct DragFloat<'v, S: IntoCStr> { /* private fields */ }
Implementations§
source§impl<S: IntoCStr> DragFloat<'_, S>
impl<S: IntoCStr> DragFloat<'_, S>
pub fn display_format(self, format: FloatFormat) -> Self
Auto Trait Implementations§
impl<'v, S> RefUnwindSafe for DragFloat<'v, S>
impl<'v, S> Send for DragFloat<'v, S>
impl<'v, S> Sync for DragFloat<'v, S>
impl<'v, S> Unpin for DragFloat<'v, S>
impl<'v, S> !UnwindSafe for DragFloat<'v, S>
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