[][src]Struct input::event::gesture::GestureSwipeUpdateEvent

pub struct GestureSwipeUpdateEvent { /* fields omitted */ }

In-progress swipe gesture updated

Trait Implementations

impl AsRaw<libinput_event_gesture> for GestureSwipeUpdateEvent[src]

impl Context for GestureSwipeUpdateEvent[src]

impl Debug for GestureSwipeUpdateEvent[src]

impl Drop for GestureSwipeUpdateEvent[src]

impl Eq for GestureSwipeUpdateEvent[src]

impl EventTrait for GestureSwipeUpdateEvent[src]

impl FromRaw<libinput_event_gesture> for GestureSwipeUpdateEvent[src]

impl GestureEventCoordinates for GestureSwipeUpdateEvent[src]

impl GestureSwipeEventTrait for GestureSwipeUpdateEvent[src]

impl Hash for GestureSwipeUpdateEvent[src]

impl PartialEq<GestureSwipeUpdateEvent> for GestureSwipeUpdateEvent[src]

impl StructuralEq for GestureSwipeUpdateEvent[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.