pub enum Dragmode {
Zoom,
Pan,
Select,
Lasso,
Drawclosedpath,
Drawopenpath,
Drawline,
Drawrect,
Drawcircle,
Orbit,
Turntable,
False,
}
Variants§
Zoom
Pan
Select
Lasso
Drawclosedpath
Drawopenpath
Drawline
Drawrect
Drawcircle
Orbit
Turntable
False
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Dragmode
impl RefUnwindSafe for Dragmode
impl Send for Dragmode
impl Sync for Dragmode
impl Unpin for Dragmode
impl UnwindSafe for Dragmode
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