[][src]Function clipboard_x11::ffi::xcb_copy_plane

pub unsafe extern "C" fn xcb_copy_plane(
    c: *mut xcb_connection_t,
    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
) -> xcb_void_cookie_t