Enum evdev_rs::enums::EV_REL[][src]

pub enum EV_REL {
    REL_X,
    REL_Y,
    REL_Z,
    REL_RX,
    REL_RY,
    REL_RZ,
    REL_HWHEEL,
    REL_DIAL,
    REL_WHEEL,
    REL_MISC,
    REL_MAX,
}

Variants

Trait Implementations

impl Clone for EV_REL
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for EV_REL
[src]

Formats the value using the given formatter. Read more

impl PartialEq for EV_REL
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for EV_REL

impl Sync for EV_REL