x11rb::protocol::xproto

Function get_pointer_mapping

Source
pub fn get_pointer_mapping<Conn>(
    conn: &Conn,
) -> Result<Cookie<'_, Conn, GetPointerMappingReply>, ConnectionError>
where Conn: RequestConnection + ?Sized,