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.

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