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
LIBINPUT_POINTER_AXIS_SOURCE_WHEELLIBINPUT_POINTER_AXIS_SOURCE_FINGERLIBINPUT_POINTER_AXIS_SOURCE_CONTINUOUSLIBINPUT_POINTER_AXIS_SOURCE_WHEEL_TILTTrait Implementations
impl Debug for libinput_pointer_axis_source[src]
impl Copy for libinput_pointer_axis_source[src]
impl Clone for libinput_pointer_axis_source[src]
fn clone(&self) -> libinput_pointer_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_pointer_axis_source[src]
fn eq(&self, __arg_0: &libinput_pointer_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_pointer_axis_source[src]
impl Hash for libinput_pointer_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.