Struct xcb::ffi::xkb::xcb_xkb_select_events_details_t[][src]

#[repr(C)]pub struct xcb_xkb_select_events_details_t {
    pub affectNewKeyboard: u16,
    pub newKeyboardDetails: u16,
    pub affectState: u16,
    pub stateDetails: u16,
    pub affectCtrls: u32,
    pub ctrlDetails: u32,
    pub affectIndicatorState: u32,
    pub indicatorStateDetails: u32,
    pub affectIndicatorMap: u32,
    pub indicatorMapDetails: u32,
    pub affectNames: u16,
    pub namesDetails: u16,
    pub affectCompat: u8,
    pub compatDetails: u8,
    pub affectBell: u8,
    pub bellDetails: u8,
    pub affectMsgDetails: u8,
    pub msgDetails: u8,
    pub affectAccessX: u16,
    pub accessXDetails: u16,
    pub affectExtDev: u16,
    pub extdevDetails: u16,
}

Fields

affectNewKeyboard: u16newKeyboardDetails: u16affectState: u16stateDetails: u16affectCtrls: u32ctrlDetails: u32affectIndicatorState: u32indicatorStateDetails: u32affectIndicatorMap: u32indicatorMapDetails: u32affectNames: u16namesDetails: u16affectCompat: u8compatDetails: u8affectBell: u8bellDetails: u8affectMsgDetails: u8msgDetails: u8affectAccessX: u16accessXDetails: u16affectExtDev: u16extdevDetails: u16

Auto Trait Implementations

impl RefUnwindSafe for xcb_xkb_select_events_details_t

impl Send for xcb_xkb_select_events_details_t

impl Sync for xcb_xkb_select_events_details_t

impl Unpin for xcb_xkb_select_events_details_t

impl UnwindSafe for xcb_xkb_select_events_details_t

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, 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.