Struct x11_dl::xlib::_XkbMapNotifyEvent
source · #[repr(C)]pub struct _XkbMapNotifyEvent {Show 26 fields
pub type_: c_int,
pub serial: c_ulong,
pub send_event: Bool,
pub display: *mut Display,
pub time: Time,
pub xkb_type: c_int,
pub device: c_int,
pub changed: c_uint,
pub flags: c_uint,
pub first_type: c_int,
pub num_types: c_int,
pub min_key_code: KeyCode,
pub max_key_code: KeyCode,
pub first_key_sym: KeyCode,
pub first_key_act: KeyCode,
pub first_key_bahavior: KeyCode,
pub first_key_explicit: KeyCode,
pub first_modmap_key: KeyCode,
pub first_vmodmap_key: KeyCode,
pub num_key_syms: c_int,
pub num_key_acts: c_int,
pub num_key_behaviors: c_int,
pub num_key_explicit: c_int,
pub num_modmap_keys: c_int,
pub num_vmodmap_keys: c_int,
pub vmods: c_uint,
}
Fields§
§type_: c_int
§serial: c_ulong
§send_event: Bool
§display: *mut Display
§time: Time
§xkb_type: c_int
§device: c_int
§changed: c_uint
§flags: c_uint
§first_type: c_int
§num_types: c_int
§min_key_code: KeyCode
§max_key_code: KeyCode
§first_key_sym: KeyCode
§first_key_act: KeyCode
§first_key_bahavior: KeyCode
§first_key_explicit: KeyCode
§first_modmap_key: KeyCode
§first_vmodmap_key: KeyCode
§num_key_syms: c_int
§num_key_acts: c_int
§num_key_behaviors: c_int
§num_key_explicit: c_int
§num_modmap_keys: c_int
§num_vmodmap_keys: c_int
§vmods: c_uint
Trait Implementations§
source§impl Clone for _XkbMapNotifyEvent
impl Clone for _XkbMapNotifyEvent
source§fn clone(&self) -> _XkbMapNotifyEvent
fn clone(&self) -> _XkbMapNotifyEvent
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for _XkbMapNotifyEvent
impl Debug for _XkbMapNotifyEvent
source§impl PartialEq for _XkbMapNotifyEvent
impl PartialEq for _XkbMapNotifyEvent
impl Copy for _XkbMapNotifyEvent
impl StructuralPartialEq for _XkbMapNotifyEvent
Auto Trait Implementations§
impl Freeze for _XkbMapNotifyEvent
impl RefUnwindSafe for _XkbMapNotifyEvent
impl !Send for _XkbMapNotifyEvent
impl !Sync for _XkbMapNotifyEvent
impl Unpin for _XkbMapNotifyEvent
impl UnwindSafe for _XkbMapNotifyEvent
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)