Struct libinput_event_gesture
#[repr(C)]pub struct libinput_event_gesture { /* private fields */ }
Trait Implementations§
Source§impl AsRaw<libinput_event_gesture> for GestureEvent
impl AsRaw<libinput_event_gesture> for GestureEvent
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 AsRaw<libinput_event_gesture> for GestureHoldBeginEvent
impl AsRaw<libinput_event_gesture> for GestureHoldBeginEvent
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 AsRaw<libinput_event_gesture> for GestureHoldEndEvent
impl AsRaw<libinput_event_gesture> for GestureHoldEndEvent
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 AsRaw<libinput_event_gesture> for GestureHoldEvent
impl AsRaw<libinput_event_gesture> for GestureHoldEvent
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 AsRaw<libinput_event_gesture> for GesturePinchBeginEvent
impl AsRaw<libinput_event_gesture> for GesturePinchBeginEvent
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 AsRaw<libinput_event_gesture> for GesturePinchEndEvent
impl AsRaw<libinput_event_gesture> for GesturePinchEndEvent
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 AsRaw<libinput_event_gesture> for GesturePinchEvent
impl AsRaw<libinput_event_gesture> for GesturePinchEvent
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 AsRaw<libinput_event_gesture> for GesturePinchUpdateEvent
impl AsRaw<libinput_event_gesture> for GesturePinchUpdateEvent
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 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 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 AsRaw<libinput_event_gesture> for GestureSwipeEvent
impl AsRaw<libinput_event_gesture> for GestureSwipeEvent
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 AsRaw<libinput_event_gesture> for GestureSwipeUpdateEvent
impl AsRaw<libinput_event_gesture> for GestureSwipeUpdateEvent
Source§fn as_raw(&self) -> *const libinput_event_gesture
fn as_raw(&self) -> *const libinput_event_gesture
Receive a raw pointer representing this type.
§impl Clone for libinput_event_gesture
impl Clone for libinput_event_gesture
§fn clone(&self) -> libinput_event_gesture
fn clone(&self) -> libinput_event_gesture
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for libinput_event_gesture
impl Debug for libinput_event_gesture
Source§impl FromRaw<libinput_event_gesture> for GestureEvent
impl FromRaw<libinput_event_gesture> for GestureEvent
impl Copy for libinput_event_gesture
Auto Trait Implementations§
impl Freeze for libinput_event_gesture
impl RefUnwindSafe for libinput_event_gesture
impl Send for libinput_event_gesture
impl Sync for libinput_event_gesture
impl Unpin for libinput_event_gesture
impl UnwindSafe for libinput_event_gesture
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