[][src]Function clipboard_x11::copy_plane

pub fn copy_plane(
    c: &'a Connection,
    src_drawable: u32,
    dst_drawable: u32,
    gc: u32,
    src_x: i16,
    src_y: i16,
    dst_x: i16,
    dst_y: i16,
    width: u16,
    height: u16,
    bit_plane: u32
) -> Cookie<'a, xcb_void_cookie_t>