Enum evdev_rs::enums::EV_LED [] [src]

pub enum EV_LED {
    LED_NUML,
    LED_CAPSL,
    LED_SCROLLL,
    LED_COMPOSE,
    LED_KANA,
    LED_SLEEP,
    LED_SUSPEND,
    LED_MUTE,
    LED_MISC,
    LED_MAIL,
    LED_CHARGING,
    LED_MAX,
}

Variants

Trait Implementations

impl Clone for EV_LED
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for EV_LED
[src]

[src]

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

1.0.0
[src]

This method tests for !=.