[−][src]Struct x11_dl::xlib::_XkbMapNotifyEvent
Fields
type_: c_intserial: c_ulongsend_event: Booldisplay: *mut Displaytime: Timexkb_type: c_intdevice: c_intchanged: c_uintflags: c_uintfirst_type: c_intnum_types: c_intmin_key_code: KeyCodemax_key_code: KeyCodefirst_key_sym: KeyCodefirst_key_act: KeyCodefirst_key_bahavior: KeyCodefirst_key_explicit: KeyCodefirst_modmap_key: KeyCodefirst_vmodmap_key: KeyCodenum_key_syms: c_intnum_key_acts: c_intnum_key_behaviors: c_intnum_key_explicit: c_intnum_modmap_keys: c_intnum_vmodmap_keys: c_intvmods: c_uintTrait Implementations
impl Clone for _XkbMapNotifyEvent[src]
fn clone(&self) -> _XkbMapNotifyEvent[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl PartialEq<_XkbMapNotifyEvent> for _XkbMapNotifyEvent[src]
fn eq(&self, other: &_XkbMapNotifyEvent) -> bool[src]
fn ne(&self, other: &_XkbMapNotifyEvent) -> bool[src]
impl Copy for _XkbMapNotifyEvent[src]
impl Debug for _XkbMapNotifyEvent[src]
Auto Trait Implementations
impl !Send for _XkbMapNotifyEvent
impl Unpin for _XkbMapNotifyEvent
impl !Sync for _XkbMapNotifyEvent
impl UnwindSafe for _XkbMapNotifyEvent
impl RefUnwindSafe for _XkbMapNotifyEvent
Blanket Implementations
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> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for 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>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,