Struct libinput_event_tablet_tool
#[repr(C)]pub struct libinput_event_tablet_tool { /* private fields */ }
Expand description
@ingroup event_tablet @struct libinput_event_tablet_tool
Tablet tool event representing an axis update, button press, or tool update. Valid event types for this event are @ref LIBINPUT_EVENT_TABLET_TOOL_AXIS, @ref LIBINPUT_EVENT_TABLET_TOOL_PROXIMITY and @ref LIBINPUT_EVENT_TABLET_TOOL_BUTTON.
@since 1.2
Trait Implementations§
Source§impl AsRaw<libinput_event_tablet_tool> for TabletToolAxisEvent
impl AsRaw<libinput_event_tablet_tool> for TabletToolAxisEvent
Source§fn as_raw(&self) -> *const libinput_event_tablet_tool
fn as_raw(&self) -> *const libinput_event_tablet_tool
Receive a raw pointer representing this type.
Source§impl AsRaw<libinput_event_tablet_tool> for TabletToolButtonEvent
impl AsRaw<libinput_event_tablet_tool> for TabletToolButtonEvent
Source§fn as_raw(&self) -> *const libinput_event_tablet_tool
fn as_raw(&self) -> *const libinput_event_tablet_tool
Receive a raw pointer representing this type.
Source§impl AsRaw<libinput_event_tablet_tool> for TabletToolEvent
impl AsRaw<libinput_event_tablet_tool> for TabletToolEvent
Source§fn as_raw(&self) -> *const libinput_event_tablet_tool
fn as_raw(&self) -> *const libinput_event_tablet_tool
Receive a raw pointer representing this type.
Source§impl AsRaw<libinput_event_tablet_tool> for TabletToolProximityEvent
impl AsRaw<libinput_event_tablet_tool> for TabletToolProximityEvent
Source§fn as_raw(&self) -> *const libinput_event_tablet_tool
fn as_raw(&self) -> *const libinput_event_tablet_tool
Receive a raw pointer representing this type.
Source§impl AsRaw<libinput_event_tablet_tool> for TabletToolTipEvent
impl AsRaw<libinput_event_tablet_tool> for TabletToolTipEvent
Source§fn as_raw(&self) -> *const libinput_event_tablet_tool
fn as_raw(&self) -> *const libinput_event_tablet_tool
Receive a raw pointer representing this type.
§impl Clone for libinput_event_tablet_tool
impl Clone for libinput_event_tablet_tool
§fn clone(&self) -> libinput_event_tablet_tool
fn clone(&self) -> libinput_event_tablet_tool
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_tool
impl Debug for libinput_event_tablet_tool
impl Copy for libinput_event_tablet_tool
Auto Trait Implementations§
impl Freeze for libinput_event_tablet_tool
impl RefUnwindSafe for libinput_event_tablet_tool
impl Send for libinput_event_tablet_tool
impl Sync for libinput_event_tablet_tool
impl Unpin for libinput_event_tablet_tool
impl UnwindSafe for libinput_event_tablet_tool
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