Enum input_sys::libinput_tablet_pad_ring_axis_source [] [src]

#[repr(u32)]
pub enum libinput_tablet_pad_ring_axis_source { LIBINPUT_TABLET_PAD_RING_SOURCE_UNKNOWN, LIBINPUT_TABLET_PAD_RING_SOURCE_FINGER, }

@ingroup event_tablet_pad

The source for a @ref LIBINPUT_EVENT_TABLET_PAD_RING event. See libinput_event_tablet_pad_get_ring_source() for details.

Variants

Trait Implementations

impl Debug for libinput_tablet_pad_ring_axis_source
[src]

Formats the value using the given formatter.

impl Copy for libinput_tablet_pad_ring_axis_source
[src]

impl Clone for libinput_tablet_pad_ring_axis_source
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for libinput_tablet_pad_ring_axis_source
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for libinput_tablet_pad_ring_axis_source
[src]

impl Hash for libinput_tablet_pad_ring_axis_source
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.