Function x11rb::protocol::dri3::fd_from_fence

source ·
pub fn fd_from_fence<Conn>(
    conn: &Conn,
    drawable: Drawable,
    fence: u32
) -> Result<CookieWithFds<'_, Conn, FDFromFenceReply>, ConnectionError>
where Conn: RequestConnection + ?Sized,