[][src]Function xcb::xproto::copy_plane_checked

pub fn copy_plane_checked<'a>(
    c: &'a Connection,
    src_drawable: Drawable,
    dst_drawable: Drawable,
    gc: Gcontext,
    src_x: i16,
    src_y: i16,
    dst_x: i16,
    dst_y: i16,
    width: u16,
    height: u16,
    bit_plane: u32
) -> VoidCookie<'a>