Function crfsuite_sys::crfsuite_instance_copy [] [src]

pub unsafe extern "C" fn crfsuite_instance_copy(
    dst: *mut crfsuite_instance_t,
    src: *const crfsuite_instance_t
)

Copy the content of an instance structure. @param dst The pointer to the destination. @param src The pointer to the source.