pub enum Dragmode {
Orbit,
Turntable,
Zoom,
Pan,
False,
}
Variants§
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