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

pub enum GestureEvent {
    Swipe(GestureSwipeEvent),
    Pinch(GesturePinchEvent),
}

A gesture related Event

Variants

A swipe gesture Event

A pinch gesture Event

Trait Implementations

impl AsRaw<libinput_event_gesture> for GestureEvent[src]

impl Context for GestureEvent[src]

impl Debug for GestureEvent[src]

impl Eq for GestureEvent[src]

impl EventTrait for GestureEvent[src]

impl FromRaw<libinput_event_gesture> for GestureEvent[src]

impl Hash for GestureEvent[src]

impl PartialEq<GestureEvent> for GestureEvent[src]

impl StructuralEq for GestureEvent[src]

impl StructuralPartialEq for GestureEvent[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.