Struct x11::xlib::XKeyboardState [] [src]

#[repr(C)]
pub struct XKeyboardState { pub key_click_percent: c_int, pub bell_percent: c_int, pub bell_pitch: c_uint, pub bell_duration: c_uint, pub led_mask: c_ulong, pub global_auto_repeat: c_int, pub auto_repeats: [c_char; 32], }

Fields

Trait Implementations

impl Debug for XKeyboardState
[src]

[src]

Formats the value using the given formatter.

impl Clone for XKeyboardState
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for XKeyboardState
[src]

impl PartialEq for XKeyboardState
[src]

[src]

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

[src]

This method tests for !=.