Function libnotcurses_sys::c_api::nccell_duplicate
source · pub unsafe extern "C" fn nccell_duplicate(
n: *mut ncplane,
targ: *mut nccell,
c: *const nccell
) -> c_intExpand description
Duplicate ‘c’ into ‘targ’; both must be/will be bound to ‘n’. Returns -1 on failure, and 0 on success.