Function x11rb_async::protocol::shape::offset

source ·
pub async fn offset<Conn>(
    conn: &Conn,
    destination_kind: SK,
    destination_window: Window,
    x_offset: i16,
    y_offset: i16
) -> Result<VoidCookie<'_, Conn>, ConnectionError>
where Conn: RequestConnection + ?Sized,