Function x11rb::protocol::glx::get_minmax

source ·
pub fn get_minmax<Conn>(
    conn: &Conn,
    context_tag: ContextTag,
    target: u32,
    format: u32,
    type_: u32,
    swap_bytes: bool,
    reset: bool
) -> Result<Cookie<'_, Conn, GetMinmaxReply>, ConnectionError>
where Conn: RequestConnection + ?Sized,