[][src]Enum input::event::gesture::GestureSwipeEvent

pub enum GestureSwipeEvent {
    Begin(GestureSwipeBeginEvent),
    Update(GestureSwipeUpdateEvent),
    End(GestureSwipeEndEvent),
}

Events for swipe gestures

Variants

Swipe gesture began

In-progress swipe gesture updated

Swipe gesture ended

Trait Implementations

impl AsRaw<libinput_event_gesture> for GestureSwipeEvent[src]

impl Context for GestureSwipeEvent[src]

impl Debug for GestureSwipeEvent[src]

impl Eq for GestureSwipeEvent[src]

impl EventTrait for GestureSwipeEvent[src]

impl FromRaw<libinput_event_gesture> for GestureSwipeEvent[src]

impl GestureSwipeEventTrait for GestureSwipeEvent[src]

impl Hash for GestureSwipeEvent[src]

impl PartialEq<GestureSwipeEvent> for GestureSwipeEvent[src]

impl StructuralEq for GestureSwipeEvent[src]

impl StructuralPartialEq for GestureSwipeEvent[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> GestureEventTrait for T where
    T: AsRaw<libinput_event_gesture> + Context
[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.