Struct x11rb::protocol::xkb::ControlsNotifyEvent [−][src]
pub struct ControlsNotifyEvent {Show 13 fields
pub response_type: u8,
pub xkb_type: u8,
pub sequence: u16,
pub time: Timestamp,
pub device_id: u8,
pub num_groups: u8,
pub changed_controls: u32,
pub enabled_controls: u32,
pub enabled_control_changes: u32,
pub keycode: Keycode,
pub event_type: u8,
pub request_major: u8,
pub request_minor: u8,
}
Fields
response_type: u8
xkb_type: u8
sequence: u16
time: Timestamp
device_id: u8
num_groups: u8
changed_controls: u32
enabled_controls: u32
enabled_control_changes: u32
keycode: Keycode
event_type: u8
request_major: u8
request_minor: u8
Trait Implementations
Performs the conversion.
Performs the conversion.
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 ControlsNotifyEvent
impl Send for ControlsNotifyEvent
impl Sync for ControlsNotifyEvent
impl Unpin for ControlsNotifyEvent
impl UnwindSafe for ControlsNotifyEvent
Blanket Implementations
Mutably borrows from an owned value. Read more