Struct evdev::DeviceState [] [src]

pub struct DeviceState {
    pub timestamp: timeval,
    pub key_vals: FixedBitSet,
    pub abs_vals: Vec<input_absinfo>,
    pub switch_vals: FixedBitSet,
    pub led_vals: FixedBitSet,
}

Fields

The state corresponds to kernel state at this timestamp.

Set = key pressed

Set = switch enabled (closed)

Set = LED lit

Trait Implementations

impl Clone for DeviceState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more