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

#[repr(C)]pub struct xcb_xkb_set_map_values_t {
    pub types: *mut xcb_xkb_set_key_type_t,
    pub syms: *mut xcb_xkb_key_sym_map_t,
    pub actionsCount: *mut u8,
    pub actions: *mut xcb_xkb_action_t,
    pub behaviors: *mut xcb_xkb_set_behavior_t,
    pub vmods: *mut u8,
    pub explicit: *mut xcb_xkb_set_explicit_t,
    pub modmap: *mut xcb_xkb_key_mod_map_t,
    pub vmodmap: *mut xcb_xkb_key_v_mod_map_t,
}

Fields

types: *mut xcb_xkb_set_key_type_tsyms: *mut xcb_xkb_key_sym_map_tactionsCount: *mut u8actions: *mut xcb_xkb_action_tbehaviors: *mut xcb_xkb_set_behavior_tvmods: *mut u8explicit: *mut xcb_xkb_set_explicit_tmodmap: *mut xcb_xkb_key_mod_map_tvmodmap: *mut xcb_xkb_key_v_mod_map_t

Auto Trait Implementations

impl RefUnwindSafe for xcb_xkb_set_map_values_t

impl !Send for xcb_xkb_set_map_values_t

impl !Sync for xcb_xkb_set_map_values_t

impl Unpin for xcb_xkb_set_map_values_t

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