Struct glutin_glx_sys::_XkbControlsNotifyEvent [−][src]
#[repr(C)]pub struct _XkbControlsNotifyEvent {Show 15 fields
pub type_: i32,
pub serial: u64,
pub send_event: i32,
pub display: *mut _XDisplay,
pub time: u64,
pub xkb_type: i32,
pub device: i32,
pub changed_ctrls: u32,
pub enabled_ctrls: u32,
pub enabled_ctrl_changes: u32,
pub num_groups: i32,
pub keycode: u8,
pub event_type: i8,
pub req_major: i8,
pub req_minor: i8,
}Fields
type_: i32serial: u64send_event: i32display: *mut _XDisplaytime: u64xkb_type: i32device: i32changed_ctrls: u32enabled_ctrls: u32enabled_ctrl_changes: u32num_groups: i32keycode: u8event_type: i8req_major: i8req_minor: i8Trait 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 _XkbControlsNotifyEvent
impl !Send for _XkbControlsNotifyEvent
impl !Sync for _XkbControlsNotifyEvent
impl Unpin for _XkbControlsNotifyEvent
impl UnwindSafe for _XkbControlsNotifyEvent
Blanket Implementations
Mutably borrows from an owned value. Read more
