Struct glutin_glx_sys::XkbNewKeyboardNotifyEvent [−][src]
#[repr(C)]pub struct XkbNewKeyboardNotifyEvent {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 old_device: i32,
pub min_key_code: i32,
pub max_key_code: i32,
pub old_min_key_code: i32,
pub old_max_key_code: i32,
pub changed: u32,
pub req_major: i8,
pub req_minor: i8,
}Fields
type_: i32serial: u64send_event: i32display: *mut _XDisplaytime: u64xkb_type: i32device: i32old_device: i32min_key_code: i32max_key_code: i32old_min_key_code: i32old_max_key_code: i32changed: u32req_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 XkbNewKeyboardNotifyEvent
impl !Send for XkbNewKeyboardNotifyEvent
impl !Sync for XkbNewKeyboardNotifyEvent
impl Unpin for XkbNewKeyboardNotifyEvent
impl UnwindSafe for XkbNewKeyboardNotifyEvent
Blanket Implementations
Mutably borrows from an owned value. Read more
