Function x11rb::protocol::xf86dri::get_drawable_info[][src]

pub fn get_drawable_info<Conn: ?Sized>(
    conn: &Conn,
    screen: u32,
    drawable: u32
) -> Result<Cookie<'_, Conn, GetDrawableInfoReply>, ConnectionError> where
    Conn: RequestConnection