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
LED_NUMLLED_CAPSLLED_SCROLLLLED_COMPOSELED_KANALED_SLEEPLED_SUSPENDLED_MUTELED_MISCLED_MAILLED_CHARGINGLED_MAX
Trait Implementations
impl Clone for EV_LED[src]
fn clone(&self) -> EV_LED[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more