Struct x11rb::protocol::xinput::FeedbackStateDataKeyboard [−][src]
pub struct FeedbackStateDataKeyboard {
pub pitch: u16,
pub duration: u16,
pub led_mask: u32,
pub led_values: u32,
pub global_auto_repeat: bool,
pub click: u8,
pub percent: u8,
pub auto_repeats: [u8; 32],
}
Fields
pitch: u16
duration: u16
led_mask: u32
led_values: u32
global_auto_repeat: bool
click: u8
percent: u8
auto_repeats: [u8; 32]
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 FeedbackStateDataKeyboard
impl Send for FeedbackStateDataKeyboard
impl Sync for FeedbackStateDataKeyboard
impl Unpin for FeedbackStateDataKeyboard
impl UnwindSafe for FeedbackStateDataKeyboard
Blanket Implementations
Mutably borrows from an owned value. Read more