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

#[repr(C)]
pub struct xcb_xkb_get_kbd_by_name_replies_t {
    pub types: _xcb_xkb_get_kbd_by_name_replies__types,
    pub compat_map: _xcb_xkb_get_kbd_by_name_replies__compat_map,
    pub indicator_maps: _xcb_xkb_get_kbd_by_name_replies__indicator_maps,
    pub key_names: _xcb_xkb_get_kbd_by_name_replies__key_names,
    pub geometry: _xcb_xkb_get_kbd_by_name_replies__geometry,
}

Fields

types: _xcb_xkb_get_kbd_by_name_replies__typescompat_map: _xcb_xkb_get_kbd_by_name_replies__compat_mapindicator_maps: _xcb_xkb_get_kbd_by_name_replies__indicator_mapskey_names: _xcb_xkb_get_kbd_by_name_replies__key_namesgeometry: _xcb_xkb_get_kbd_by_name_replies__geometry

Auto Trait Implementations

impl !Send for xcb_xkb_get_kbd_by_name_replies_t

impl !Sync for xcb_xkb_get_kbd_by_name_replies_t

impl Unpin for xcb_xkb_get_kbd_by_name_replies_t

impl UnwindSafe for xcb_xkb_get_kbd_by_name_replies_t

impl RefUnwindSafe for xcb_xkb_get_kbd_by_name_replies_t

Blanket Implementations

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

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

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]