#[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 Clone for libinput_event_tablet_pad
impl Clone for libinput_event_tablet_pad
Source§fn clone(&self) -> libinput_event_tablet_pad
fn clone(&self) -> libinput_event_tablet_pad
Returns a duplicate 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 moreSource§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