pub enum SwipeMode {
Coords {
x1: u16,
y1: u16,
x2: u16,
y2: u16,
},
Direction(SwipeDirection),
}Variants§
Auto Trait Implementations§
impl Freeze for SwipeMode
impl RefUnwindSafe for SwipeMode
impl Send for SwipeMode
impl Sync for SwipeMode
impl Unpin for SwipeMode
impl UnwindSafe for SwipeMode
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