Struct x11_dl::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
key_click_percent: c_int
bell_percent: c_int
bell_pitch: c_uint
bell_duration: c_uint
led_mask: c_ulong
global_auto_repeat: c_int
auto_repeats: [c_char; 32]
Trait Implementations
impl Debug for XKeyboardState[src]
impl Debug for XKeyboardStatefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for XKeyboardState[src]
impl Clone for XKeyboardStatefn clone(&self) -> XKeyboardState[src]
fn clone(&self) -> XKeyboardStateReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for XKeyboardState[src]
impl Copy for XKeyboardStateimpl PartialEq for XKeyboardState[src]
impl PartialEq for XKeyboardStatefn eq(&self, other: &XKeyboardState) -> bool[src]
fn eq(&self, other: &XKeyboardState) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &XKeyboardState) -> bool[src]
fn ne(&self, other: &XKeyboardState) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for XKeyboardState
impl Send for XKeyboardStateimpl Sync for XKeyboardState
impl Sync for XKeyboardState