Function xcb::xkb::get_map_unchecked[][src]

pub fn get_map_unchecked<'a>(
    c: &'a Connection,
    device_spec: DeviceSpec,
    full: u16,
    partial: u16,
    first_type: u8,
    n_types: u8,
    first_key_sym: Keycode,
    n_key_syms: u8,
    first_key_action: Keycode,
    n_key_actions: u8,
    first_key_behavior: Keycode,
    n_key_behaviors: u8,
    virtual_mods: u16,
    first_key_explicit: Keycode,
    n_key_explicit: u8,
    first_mod_map_key: Keycode,
    n_mod_map_keys: u8,
    first_v_mod_map_key: Keycode,
    n_v_mod_map_keys: u8
) -> GetMapCookie<'a>