pub enum DragMode3D {
Zoom,
Pan,
Turntable,
Orbit,
False,
}
Expand description
Determines the mode of drag interactions.
Variants§
Trait Implementations§
Source§impl Clone for DragMode3D
impl Clone for DragMode3D
Source§fn clone(&self) -> DragMode3D
fn clone(&self) -> DragMode3D
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DragMode3D
impl Debug for DragMode3D
Auto Trait Implementations§
impl Freeze for DragMode3D
impl RefUnwindSafe for DragMode3D
impl Send for DragMode3D
impl Sync for DragMode3D
impl Unpin for DragMode3D
impl UnwindSafe for DragMode3D
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