[]Struct gdk_x11_sys::xlib::XKeyboardControl

#[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: i32

Trait Implementations

impl Clone for XKeyboardControl

impl Copy for XKeyboardControl

impl Debug for XKeyboardControl

impl PartialEq<XKeyboardControl> for XKeyboardControl

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]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.