Struct x11_dl::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]

Formats the value using the given formatter. Read more

impl Copy for XIModifierState
[src]

impl Clone for XIModifierState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for XIModifierState
[src]

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

Auto Trait Implementations