pub struct GestureSwipeEndEvent { /* private fields */ }
Expand description
Swipe gesture ended
Trait Implementations§
Source§impl AsRaw<libinput_event_gesture> for GestureSwipeEndEvent
impl AsRaw<libinput_event_gesture> for GestureSwipeEndEvent
Source§fn as_raw(&self) -> *const libinput_event_gesture
fn as_raw(&self) -> *const libinput_event_gesture
Receive a raw pointer representing this type.
Source§impl Context for GestureSwipeEndEvent
impl Context for GestureSwipeEndEvent
Source§impl Debug for GestureSwipeEndEvent
impl Debug for GestureSwipeEndEvent
Source§impl Drop for GestureSwipeEndEvent
impl Drop for GestureSwipeEndEvent
Source§impl EventTrait for GestureSwipeEndEvent
impl EventTrait for GestureSwipeEndEvent
Source§impl GestureSwipeEventTrait for GestureSwipeEndEvent
impl GestureSwipeEventTrait for GestureSwipeEndEvent
Source§fn into_gesture_swipe_event(self) -> GestureSwipeEventwhere
Self: Sized,
fn into_gesture_swipe_event(self) -> GestureSwipeEventwhere
Self: Sized,
Convert into a general
GestureSwipeEvent
Source§impl Hash for GestureSwipeEndEvent
impl Hash for GestureSwipeEndEvent
Source§impl PartialEq for GestureSwipeEndEvent
impl PartialEq for GestureSwipeEndEvent
impl Eq for GestureSwipeEndEvent
Auto Trait Implementations§
impl Freeze for GestureSwipeEndEvent
impl !RefUnwindSafe for GestureSwipeEndEvent
impl !Send for GestureSwipeEndEvent
impl !Sync for GestureSwipeEndEvent
impl Unpin for GestureSwipeEndEvent
impl !UnwindSafe for GestureSwipeEndEvent
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
Source§impl<T> GestureEventTrait for T
impl<T> GestureEventTrait for T
Source§fn finger_count(&self) -> i32
fn finger_count(&self) -> i32
Return the number of fingers used for a gesture. Read more
Source§fn into_gesture_event(self) -> GestureEventwhere
Self: Sized,
fn into_gesture_event(self) -> GestureEventwhere
Self: Sized,
Convert into a general
GestureEvent
again