Struct glutin_glx_sys::XKeyboardControl [−][src]
#[repr(C)]pub struct XKeyboardControl {
pub key_click_percent: i32,
pub bell_percent: i32,
pub bell_pitch: i32,
pub bell_duration: i32,
pub led: i32,
pub led_mode: i32,
pub key: i32,
pub auto_repeat_mode: i32,
}Fields
key_click_percent: i32bell_percent: i32bell_pitch: i32bell_duration: i32led: i32led_mode: i32key: i32auto_repeat_mode: i32Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for XKeyboardControl
impl Send for XKeyboardControl
impl Sync for XKeyboardControl
impl Unpin for XKeyboardControl
impl UnwindSafe for XKeyboardControl
Blanket Implementations
Mutably borrows from an owned value. Read more
