Function x11rb::protocol::sync::create_fence[][src]

pub fn create_fence<Conn: ?Sized>(
    conn: &Conn,
    drawable: Drawable,
    fence: Fence,
    initially_triggered: bool
) -> Result<VoidCookie<'_, Conn>, ConnectionError> where
    Conn: RequestConnection