Skip to main content

clone

Function clone 

Source
pub unsafe extern "C" fn clone(
    ls: *const custom_labels_labelset_t,
) -> *mut custom_labels_labelset_t
Expand description

Clone the given label set.

Returns the clone on success, NULL otherwise.