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: 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
impl Clone for XKeyboardControl
fn clone(&self) -> XKeyboardControl
fn clone(&self) -> XKeyboardControl
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Debug for XKeyboardControl
impl Debug for XKeyboardControl
impl PartialEq<XKeyboardControl> for XKeyboardControl
impl PartialEq<XKeyboardControl> for XKeyboardControl
fn eq(&self, other: &XKeyboardControl) -> bool
fn eq(&self, other: &XKeyboardControl) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
fn ne(&self, other: &XKeyboardControl) -> bool
fn ne(&self, other: &XKeyboardControl) -> bool
This method tests for !=
.
impl Copy for XKeyboardControl
impl StructuralPartialEq 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more