notify_msc

Function notify_msc 

Source
pub async fn notify_msc<Conn>(
    conn: &Conn,
    window: Window,
    serial: u32,
    target_msc: u64,
    divisor: u64,
    remainder: u64,
) -> Result<VoidCookie<'_, Conn>, ConnectionError>
where Conn: RequestConnection + ?Sized,