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

#[repr(C)]pub struct xcb_xkb_set_names_request_t {
    pub major_opcode: u8,
    pub minor_opcode: u8,
    pub length: u16,
    pub deviceSpec: xcb_xkb_device_spec_t,
    pub virtualMods: u16,
    pub which: u32,
    pub firstType: u8,
    pub nTypes: u8,
    pub firstKTLevelt: u8,
    pub nKTLevels: u8,
    pub indicators: u32,
    pub groupNames: u8,
    pub nRadioGroups: u8,
    pub firstKey: xcb_keycode_t,
    pub nKeys: u8,
    pub nKeyAliases: u8,
    pub pad0: u8,
    pub totalKTLevelNames: u16,
}

Fields

major_opcode: u8minor_opcode: u8length: u16deviceSpec: xcb_xkb_device_spec_tvirtualMods: u16which: u32firstType: u8nTypes: u8firstKTLevelt: u8nKTLevels: u8indicators: u32groupNames: u8nRadioGroups: u8firstKey: xcb_keycode_tnKeys: u8nKeyAliases: u8pad0: u8totalKTLevelNames: u16

Auto Trait Implementations

impl RefUnwindSafe for xcb_xkb_set_names_request_t

impl Send for xcb_xkb_set_names_request_t

impl Sync for xcb_xkb_set_names_request_t

impl Unpin for xcb_xkb_set_names_request_t

impl UnwindSafe for xcb_xkb_set_names_request_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.