Enum input_sys::libinput_pointer_axis_source [] [src]

#[repr(u32)]
pub enum libinput_pointer_axis_source { LIBINPUT_POINTER_AXIS_SOURCE_WHEEL, LIBINPUT_POINTER_AXIS_SOURCE_FINGER, LIBINPUT_POINTER_AXIS_SOURCE_CONTINUOUS, LIBINPUT_POINTER_AXIS_SOURCE_WHEEL_TILT, }

@ingroup device

The source for a libinput_pointer_axis event. See libinput_event_pointer_get_axis_source() for details.

Variants

Trait Implementations

impl Debug for libinput_pointer_axis_source
[src]

Formats the value using the given formatter.

impl Copy for libinput_pointer_axis_source
[src]

impl Clone for libinput_pointer_axis_source
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for libinput_pointer_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_pointer_axis_source
[src]

impl Hash for libinput_pointer_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.