[][src]Function breadx::drawable::copy_area_async

pub async fn copy_area_async<Conn: Connection, Source: Into<Drawable>, Destination: Into<Drawable>, '_>(
    dpy: &'_ mut Display<Conn>,
    source: Source,
    destination: Destination,
    gc: Gcontext,
    src_x: i16,
    src_y: i16,
    width: u16,
    height: u16,
    dest_x: i16,
    dest_y: i16
) -> Result

Copy pixels from one area of the drawable to another, async redox.