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: i32
bell_percent: i32
bell_pitch: i32
bell_duration: i32
led: i32
led_mode: i32
key: i32
auto_repeat_mode: i32
Trait Implementations
impl Clone for XKeyboardControl
[src][+]
impl Copy for XKeyboardControl
[src]
impl Debug for XKeyboardControl
[src][+]
impl PartialEq<XKeyboardControl> for XKeyboardControl
[src][+]
impl StructuralPartialEq for XKeyboardControl
[src]
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
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,