Struct wlc_sys::wlc_modifiers [] [src]

#[repr(C)]
pub struct wlc_modifiers { pub leds: u32, pub mods: u32, }

State of keyboard modifiers in various functions.

Fields

Trait Implementations

impl Debug for wlc_modifiers
[src]

Formats the value using the given formatter.

impl Copy for wlc_modifiers
[src]

impl Clone for wlc_modifiers
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more