Function x11rb::protocol::xkb::get_map

source ·
pub fn get_map<Conn>(
    conn: &Conn,
    device_spec: DeviceSpec,
    full: MapPart,
    partial: MapPart,
    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: VMod,
    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
) -> Result<Cookie<'_, Conn, GetMapReply>, ConnectionError>
where Conn: RequestConnection + ?Sized,