Struct dummy_rustwlc::types::KeyboardModifiers [] [src]

pub struct KeyboardModifiers {
    pub leds: KeyboardLed,
    pub mods: KeyMod,
}

State of keyoard modifiers. i.e. control key, caps lock on

Fields

Which "lock" keys are being pressed

Which control/meta keys are being pressed

Trait Implementations

impl Debug for KeyboardModifiers
[src]

Formats the value using the given formatter.

impl Clone for KeyboardModifiers
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for KeyboardModifiers
[src]

impl PartialEq for KeyboardModifiers
[src]

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

This method tests for !=.

impl Eq for KeyboardModifiers
[src]