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: i32Trait Implementations
impl Clone for XKeyboardControl
impl Clone for XKeyboardControlpub fn clone(&self) -> XKeyboardControl
pub fn clone(&self) -> XKeyboardControlReturns a copy of the value. Read more
Performs copy-assignment from source. Read more
impl Debug for XKeyboardControl
impl Debug for XKeyboardControlimpl PartialEq<XKeyboardControl> for XKeyboardControl
impl PartialEq<XKeyboardControl> for XKeyboardControlpub fn eq(&self, other: &XKeyboardControl) -> bool
pub fn eq(&self, other: &XKeyboardControl) -> boolThis method tests for self and other values to be equal, and is used
by ==. Read more
pub fn ne(&self, other: &XKeyboardControl) -> bool
pub fn ne(&self, other: &XKeyboardControl) -> boolThis method tests for !=.
impl Copy for XKeyboardControlimpl StructuralPartialEq for XKeyboardControlAuto Trait Implementations
impl RefUnwindSafe for XKeyboardControlimpl Send for XKeyboardControlimpl Sync for XKeyboardControlimpl Unpin for XKeyboardControlimpl UnwindSafe for XKeyboardControlBlanket Implementations
Mutably borrows from an owned value. Read more