Enum input_sys::libinput_tablet_pad_strip_axis_source
[−]
[src]
#[repr(u32)]pub enum libinput_tablet_pad_strip_axis_source { LIBINPUT_TABLET_PAD_STRIP_SOURCE_UNKNOWN, LIBINPUT_TABLET_PAD_STRIP_SOURCE_FINGER, }
@ingroup event_tablet_pad
The source for a @ref LIBINPUT_EVENT_TABLET_PAD_STRIP event. See libinput_event_tablet_pad_get_strip_source() for details.
Variants
LIBINPUT_TABLET_PAD_STRIP_SOURCE_UNKNOWNLIBINPUT_TABLET_PAD_STRIP_SOURCE_FINGERTrait Implementations
impl Debug for libinput_tablet_pad_strip_axis_source[src]
impl Copy for libinput_tablet_pad_strip_axis_source[src]
impl Clone for libinput_tablet_pad_strip_axis_source[src]
fn clone(&self) -> libinput_tablet_pad_strip_axis_source
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl PartialEq for libinput_tablet_pad_strip_axis_source[src]
fn eq(&self, __arg_0: &libinput_tablet_pad_strip_axis_source) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.
impl Eq for libinput_tablet_pad_strip_axis_source[src]
impl Hash for libinput_tablet_pad_strip_axis_source[src]
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
Feeds this value into the state given, updating the hasher as necessary.
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher1.3.0
Feeds a slice of this type into the state provided.