pub struct GestureSwipeBeginEvent { /* private fields */ }
Expand description
Swipe gesture began
Trait Implementations§
Source§impl AsRaw<libinput_event_gesture> for GestureSwipeBeginEvent
impl AsRaw<libinput_event_gesture> for GestureSwipeBeginEvent
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 GestureSwipeBeginEvent
impl Context for GestureSwipeBeginEvent
Source§impl Debug for GestureSwipeBeginEvent
impl Debug for GestureSwipeBeginEvent
Source§impl Drop for GestureSwipeBeginEvent
impl Drop for GestureSwipeBeginEvent
Source§impl EventTrait for GestureSwipeBeginEvent
impl EventTrait for GestureSwipeBeginEvent
Source§impl GestureSwipeEventTrait for GestureSwipeBeginEvent
impl GestureSwipeEventTrait for GestureSwipeBeginEvent
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 GestureSwipeBeginEvent
impl Hash for GestureSwipeBeginEvent
Source§impl PartialEq for GestureSwipeBeginEvent
impl PartialEq for GestureSwipeBeginEvent
impl Eq for GestureSwipeBeginEvent
Auto Trait Implementations§
impl Freeze for GestureSwipeBeginEvent
impl !RefUnwindSafe for GestureSwipeBeginEvent
impl !Send for GestureSwipeBeginEvent
impl !Sync for GestureSwipeBeginEvent
impl Unpin for GestureSwipeBeginEvent
impl !UnwindSafe for GestureSwipeBeginEvent
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