[][src]Function breadx::drawable::copy_plane_async

pub async fn copy_plane_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,
    bit_plane: u32
) -> Result

Copy a plane from one drawable to another, async redox.