Struct x11_dl::xlib::XkbCompatMapNotifyEvent[][src]

#[repr(C)]
pub struct XkbCompatMapNotifyEvent { 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_groups: c_uint, pub first_si: c_int, pub num_si: c_int, pub num_total_si: c_int, }

Fields

type_: c_intserial: c_ulongsend_event: Booldisplay: *mut Displaytime: Timexkb_type: c_intdevice: c_intchanged_groups: c_uintfirst_si: c_intnum_si: c_intnum_total_si: c_int

Trait Implementations

impl Clone for XkbCompatMapNotifyEvent[src]

impl Copy for XkbCompatMapNotifyEvent[src]

impl Debug for XkbCompatMapNotifyEvent[src]

impl PartialEq<XkbCompatMapNotifyEvent> for XkbCompatMapNotifyEvent[src]

impl StructuralPartialEq for XkbCompatMapNotifyEvent[src]

Auto Trait Implementations

impl RefUnwindSafe for XkbCompatMapNotifyEvent

impl !Send for XkbCompatMapNotifyEvent

impl !Sync for XkbCompatMapNotifyEvent

impl Unpin for XkbCompatMapNotifyEvent

impl UnwindSafe for XkbCompatMapNotifyEvent

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.