Function x11rb::protocol::render::query_pict_index_values
source ยท pub fn query_pict_index_values<Conn>(
conn: &Conn,
format: Pictformat,
) -> Result<Cookie<'_, Conn, QueryPictIndexValuesReply>, ConnectionError>where
Conn: RequestConnection + ?Sized,