[−][src]Struct x11_dl::xlib::_XkbMapNotifyEvent
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
impl Clone for _XkbMapNotifyEvent
[src]
fn clone(&self) -> _XkbMapNotifyEvent
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for _XkbMapNotifyEvent
[src]
impl Debug for _XkbMapNotifyEvent
[src]
impl PartialEq<_XkbMapNotifyEvent> for _XkbMapNotifyEvent
[src]
fn eq(&self, other: &_XkbMapNotifyEvent) -> bool
[src]
fn ne(&self, other: &_XkbMapNotifyEvent) -> bool
[src]
impl StructuralPartialEq for _XkbMapNotifyEvent
[src]
Auto Trait Implementations
impl RefUnwindSafe for _XkbMapNotifyEvent
impl !Send for _XkbMapNotifyEvent
impl !Sync for _XkbMapNotifyEvent
impl Unpin for _XkbMapNotifyEvent
impl UnwindSafe for _XkbMapNotifyEvent
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,