Struct libinput_event_pointer
#[repr(C)]pub struct libinput_event_pointer { /* private fields */ }
Expand description
@ingroup event_pointer @struct libinput_event_pointer
A pointer event representing relative or absolute pointer movement, a button press/release or scroll axis events.
Trait Implementations§
Source§impl AsRaw<libinput_event_pointer> for PointerAxisEvent
impl AsRaw<libinput_event_pointer> for PointerAxisEvent
Source§fn as_raw(&self) -> *const libinput_event_pointer
fn as_raw(&self) -> *const libinput_event_pointer
Receive a raw pointer representing this type.
Source§impl AsRaw<libinput_event_pointer> for PointerButtonEvent
impl AsRaw<libinput_event_pointer> for PointerButtonEvent
Source§fn as_raw(&self) -> *const libinput_event_pointer
fn as_raw(&self) -> *const libinput_event_pointer
Receive a raw pointer representing this type.
Source§impl AsRaw<libinput_event_pointer> for PointerEvent
impl AsRaw<libinput_event_pointer> for PointerEvent
Source§fn as_raw(&self) -> *const libinput_event_pointer
fn as_raw(&self) -> *const libinput_event_pointer
Receive a raw pointer representing this type.
Source§impl AsRaw<libinput_event_pointer> for PointerMotionAbsoluteEvent
impl AsRaw<libinput_event_pointer> for PointerMotionAbsoluteEvent
Source§fn as_raw(&self) -> *const libinput_event_pointer
fn as_raw(&self) -> *const libinput_event_pointer
Receive a raw pointer representing this type.
Source§impl AsRaw<libinput_event_pointer> for PointerMotionEvent
impl AsRaw<libinput_event_pointer> for PointerMotionEvent
Source§fn as_raw(&self) -> *const libinput_event_pointer
fn as_raw(&self) -> *const libinput_event_pointer
Receive a raw pointer representing this type.
Source§impl AsRaw<libinput_event_pointer> for PointerScrollContinuousEvent
impl AsRaw<libinput_event_pointer> for PointerScrollContinuousEvent
Source§fn as_raw(&self) -> *const libinput_event_pointer
fn as_raw(&self) -> *const libinput_event_pointer
Receive a raw pointer representing this type.
Source§impl AsRaw<libinput_event_pointer> for PointerScrollFingerEvent
impl AsRaw<libinput_event_pointer> for PointerScrollFingerEvent
Source§fn as_raw(&self) -> *const libinput_event_pointer
fn as_raw(&self) -> *const libinput_event_pointer
Receive a raw pointer representing this type.
Source§impl AsRaw<libinput_event_pointer> for PointerScrollWheelEvent
impl AsRaw<libinput_event_pointer> for PointerScrollWheelEvent
Source§fn as_raw(&self) -> *const libinput_event_pointer
fn as_raw(&self) -> *const libinput_event_pointer
Receive a raw pointer representing this type.
§impl Clone for libinput_event_pointer
impl Clone for libinput_event_pointer
§fn clone(&self) -> libinput_event_pointer
fn clone(&self) -> libinput_event_pointer
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_pointer
impl Debug for libinput_event_pointer
Source§impl FromRaw<libinput_event_pointer> for PointerEvent
impl FromRaw<libinput_event_pointer> for PointerEvent
impl Copy for libinput_event_pointer
Auto Trait Implementations§
impl Freeze for libinput_event_pointer
impl RefUnwindSafe for libinput_event_pointer
impl Send for libinput_event_pointer
impl Sync for libinput_event_pointer
impl Unpin for libinput_event_pointer
impl UnwindSafe for libinput_event_pointer
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