Function x11rb::protocol::glx::destroy_pixmap

source ·
pub fn destroy_pixmap<Conn>(
    conn: &Conn,
    glx_pixmap: Pixmap
) -> Result<VoidCookie<'_, Conn>, ConnectionError>
where Conn: RequestConnection + ?Sized,