Struct easy_imgui::DragInt2 
source · pub struct DragInt2<'v, S: IntoCStr> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<'v, S> Freeze for DragInt2<'v, S>
impl<'v, S> RefUnwindSafe for DragInt2<'v, S>
impl<'v, S> Send for DragInt2<'v, S>
impl<'v, S> Sync for DragInt2<'v, S>
impl<'v, S> Unpin for DragInt2<'v, S>
impl<'v, S> !UnwindSafe for DragInt2<'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