Function crfsuite_sys::crfsuite_data_copy [] [src]

pub unsafe extern "C" fn crfsuite_data_copy(
    dst: *mut crfsuite_data_t,
    src: *const crfsuite_data_t
)

Copy the content of a dataset structure.

  • dst The pointer to the destination.
  • src The pointer to the source.