Enum evdev_rs::enums::EV_SW[][src]

pub enum EV_SW {
    SW_LID,
    SW_TABLET_MODE,
    SW_HEADPHONE_INSERT,
    SW_RFKILL_ALL,
    SW_MICROPHONE_INSERT,
    SW_DOCK,
    SW_LINEOUT_INSERT,
    SW_JACK_PHYSICAL_INSERT,
    SW_VIDEOOUT_INSERT,
    SW_CAMERA_LENS_COVER,
    SW_KEYPAD_SLIDE,
    SW_FRONT_PROXIMITY,
    SW_ROTATE_LOCK,
    SW_LINEIN_INSERT,
    SW_MUTE_DEVICE,
    SW_MAX,
}

Variants

Trait Implementations

impl Clone for EV_SW
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for EV_SW
[src]

Formats the value using the given formatter. Read more

impl PartialEq for EV_SW
[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_SW

impl Sync for EV_SW