pub enum DragOrientation {
Horizontal,
Vertical,
}Expand description
Axis for drag/swipe gestures.
Variants§
Trait Implementations§
Source§impl Clone for DragOrientation
impl Clone for DragOrientation
Source§fn clone(&self) -> DragOrientation
fn clone(&self) -> DragOrientation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DragOrientation
Source§impl Debug for DragOrientation
impl Debug for DragOrientation
Source§impl PartialEq for DragOrientation
impl PartialEq for DragOrientation
impl StructuralPartialEq for DragOrientation
Auto Trait Implementations§
impl Freeze for DragOrientation
impl RefUnwindSafe for DragOrientation
impl Send for DragOrientation
impl Sync for DragOrientation
impl Unpin for DragOrientation
impl UnsafeUnpin for DragOrientation
impl UnwindSafe for DragOrientation
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