Struct x11::xinput2::XIModifierState [] [src]

#[repr(C)]
pub struct XIModifierState { pub base: c_int, pub latched: c_int, pub locked: c_int, pub effective: c_int, }

Fields

Trait Implementations

impl Debug for XIModifierState
[src]

[src]

Formats the value using the given formatter.

impl Copy for XIModifierState
[src]

impl Clone for XIModifierState
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for XIModifierState
[src]

[src]

Returns the "default value" for a type. Read more