Struct gdk4_x11_sys::xlib::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
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