[][src]Function crfsuite_sys::crfsuite_item_copy

pub unsafe extern "C" fn crfsuite_item_copy(
    dst: *mut crfsuite_item_t,
    src: *const crfsuite_item_t
)

Copy the content of an item structure.

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