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

#[repr(C)]
pub struct xcb_xkb_get_named_indicator_reply_t {
    pub response_type: u8,
    pub deviceID: u8,
    pub sequence: u16,
    pub length: u32,
    pub indicator: xcb_atom_t,
    pub found: u8,
    pub on: u8,
    pub realIndicator: u8,
    pub ndx: u8,
    pub map_flags: u8,
    pub map_whichGroups: u8,
    pub map_groups: u8,
    pub map_whichMods: u8,
    pub map_mods: u8,
    pub map_realMods: u8,
    pub map_vmod: u16,
    pub map_ctrls: u32,
    pub supported: u8,
    pub pad0: [u8; 3],
}

Fields

response_type: u8deviceID: u8sequence: u16length: u32indicator: xcb_atom_tfound: u8on: u8realIndicator: u8ndx: u8map_flags: u8map_whichGroups: u8map_groups: u8map_whichMods: u8map_mods: u8map_realMods: u8map_vmod: u16map_ctrls: u32supported: u8pad0: [u8; 3]

Trait Implementations

impl Clone for xcb_xkb_get_named_indicator_reply_t[src]

impl Copy for xcb_xkb_get_named_indicator_reply_t[src]

Auto Trait Implementations

impl Send for xcb_xkb_get_named_indicator_reply_t

impl Sync for xcb_xkb_get_named_indicator_reply_t

impl Unpin for xcb_xkb_get_named_indicator_reply_t

impl UnwindSafe for xcb_xkb_get_named_indicator_reply_t

impl RefUnwindSafe for xcb_xkb_get_named_indicator_reply_t

Blanket Implementations

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

impl<T> From<T> for 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.

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

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

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