[][src]Enum evdev_rs::enums::EV_ABS

pub enum EV_ABS {
    ABS_X,
    ABS_Y,
    ABS_Z,
    ABS_RX,
    ABS_RY,
    ABS_RZ,
    ABS_THROTTLE,
    ABS_RUDDER,
    ABS_WHEEL,
    ABS_GAS,
    ABS_BRAKE,
    ABS_HAT0X,
    ABS_HAT0Y,
    ABS_HAT1X,
    ABS_HAT1Y,
    ABS_HAT2X,
    ABS_HAT2Y,
    ABS_HAT3X,
    ABS_HAT3Y,
    ABS_PRESSURE,
    ABS_DISTANCE,
    ABS_TILT_X,
    ABS_TILT_Y,
    ABS_TOOL_WIDTH,
    ABS_VOLUME,
    ABS_MISC,
    ABS_MT_SLOT,
    ABS_MT_TOUCH_MAJOR,
    ABS_MT_TOUCH_MINOR,
    ABS_MT_WIDTH_MAJOR,
    ABS_MT_WIDTH_MINOR,
    ABS_MT_ORIENTATION,
    ABS_MT_POSITION_X,
    ABS_MT_POSITION_Y,
    ABS_MT_TOOL_TYPE,
    ABS_MT_BLOB_ID,
    ABS_MT_TRACKING_ID,
    ABS_MT_PRESSURE,
    ABS_MT_DISTANCE,
    ABS_MT_TOOL_X,
    ABS_MT_TOOL_Y,
    ABS_MAX,
}

Variants

ABS_XABS_YABS_ZABS_RXABS_RYABS_RZABS_THROTTLEABS_RUDDERABS_WHEELABS_GASABS_BRAKEABS_HAT0XABS_HAT0YABS_HAT1XABS_HAT1YABS_HAT2XABS_HAT2YABS_HAT3XABS_HAT3YABS_PRESSUREABS_DISTANCEABS_TILT_XABS_TILT_YABS_TOOL_WIDTHABS_VOLUMEABS_MISCABS_MT_SLOTABS_MT_TOUCH_MAJORABS_MT_TOUCH_MINORABS_MT_WIDTH_MAJORABS_MT_WIDTH_MINORABS_MT_ORIENTATIONABS_MT_POSITION_XABS_MT_POSITION_YABS_MT_TOOL_TYPEABS_MT_BLOB_IDABS_MT_TRACKING_IDABS_MT_PRESSUREABS_MT_DISTANCEABS_MT_TOOL_XABS_MT_TOOL_YABS_MAX

Trait Implementations

impl PartialEq<EV_ABS> for EV_ABS[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl Clone for EV_ABS[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for EV_ABS[src]

impl Debug for EV_ABS[src]

impl Hash for EV_ABS[src]

fn hash_slice<H>(data: &[Self], state: &mut H) where
    H: Hasher
1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

impl Send for EV_ABS

impl Sync for EV_ABS

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]