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