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

#[repr(C)]
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]

[src]

Formats the value using the given formatter.

impl Copy for KeyboardModifiers
[src]

impl Clone for KeyboardModifiers
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for KeyboardModifiers
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for KeyboardModifiers
[src]