Struct libinput_event_tablet_pad
#[repr(C)]pub struct libinput_event_tablet_pad { /* private fields */ }
Expand description
@ingroup event_tablet_pad @struct libinput_event_tablet_pad
Tablet pad event representing a button press, or ring/strip update on the tablet pad itself. Valid event types for this event are @ref LIBINPUT_EVENT_TABLET_PAD_BUTTON, @ref LIBINPUT_EVENT_TABLET_PAD_RING and @ref LIBINPUT_EVENT_TABLET_PAD_STRIP.
@since 1.3
Trait Implementations§
Source§impl AsRaw<libinput_event_tablet_pad> for TabletPadButtonEvent
impl AsRaw<libinput_event_tablet_pad> for TabletPadButtonEvent
Source§fn as_raw(&self) -> *const libinput_event_tablet_pad
fn as_raw(&self) -> *const libinput_event_tablet_pad
Receive a raw pointer representing this type.
Source§impl AsRaw<libinput_event_tablet_pad> for TabletPadEvent
impl AsRaw<libinput_event_tablet_pad> for TabletPadEvent
Source§fn as_raw(&self) -> *const libinput_event_tablet_pad
fn as_raw(&self) -> *const libinput_event_tablet_pad
Receive a raw pointer representing this type.
Source§impl AsRaw<libinput_event_tablet_pad> for TabletPadKeyEvent
impl AsRaw<libinput_event_tablet_pad> for TabletPadKeyEvent
Source§fn as_raw(&self) -> *const libinput_event_tablet_pad
fn as_raw(&self) -> *const libinput_event_tablet_pad
Receive a raw pointer representing this type.
Source§impl AsRaw<libinput_event_tablet_pad> for TabletPadRingEvent
impl AsRaw<libinput_event_tablet_pad> for TabletPadRingEvent
Source§fn as_raw(&self) -> *const libinput_event_tablet_pad
fn as_raw(&self) -> *const libinput_event_tablet_pad
Receive a raw pointer representing this type.
Source§impl AsRaw<libinput_event_tablet_pad> for TabletPadStripEvent
impl AsRaw<libinput_event_tablet_pad> for TabletPadStripEvent
Source§fn as_raw(&self) -> *const libinput_event_tablet_pad
fn as_raw(&self) -> *const libinput_event_tablet_pad
Receive a raw pointer representing this type.
§impl Clone for libinput_event_tablet_pad
impl Clone for libinput_event_tablet_pad
§fn clone(&self) -> libinput_event_tablet_pad
fn clone(&self) -> libinput_event_tablet_pad
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_tablet_pad
impl Debug for libinput_event_tablet_pad
impl Copy for libinput_event_tablet_pad
Auto Trait Implementations§
impl Freeze for libinput_event_tablet_pad
impl RefUnwindSafe for libinput_event_tablet_pad
impl Send for libinput_event_tablet_pad
impl Sync for libinput_event_tablet_pad
impl Unpin for libinput_event_tablet_pad
impl UnwindSafe for libinput_event_tablet_pad
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