Struct gdk_x11_sys::xlib::XkbNewKeyboardNotifyEvent [−]
#[repr(C)]pub struct XkbNewKeyboardNotifyEvent {}Show 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
impl Clone for XkbNewKeyboardNotifyEvent
impl Clone for XkbNewKeyboardNotifyEventpub fn clone(&self) -> XkbNewKeyboardNotifyEvent
pub fn clone(&self) -> XkbNewKeyboardNotifyEventReturns a copy of the value. Read more
Performs copy-assignment from source. Read more
impl Debug for XkbNewKeyboardNotifyEvent
impl Debug for XkbNewKeyboardNotifyEventpub fn eq(&self, other: &XkbNewKeyboardNotifyEvent) -> bool
pub fn eq(&self, other: &XkbNewKeyboardNotifyEvent) -> boolThis method tests for self and other values to be equal, and is used
by ==. Read more
pub fn ne(&self, other: &XkbNewKeyboardNotifyEvent) -> bool
pub fn ne(&self, other: &XkbNewKeyboardNotifyEvent) -> boolThis method tests for !=.
impl Copy for XkbNewKeyboardNotifyEventAuto Trait Implementations
impl RefUnwindSafe for XkbNewKeyboardNotifyEventimpl !Send for XkbNewKeyboardNotifyEventimpl !Sync for XkbNewKeyboardNotifyEventimpl Unpin for XkbNewKeyboardNotifyEventimpl UnwindSafe for XkbNewKeyboardNotifyEventBlanket Implementations
Mutably borrows from an owned value. Read more