Function crfsuite_sys::crfsuite_attribute_copy [] [src]

pub unsafe extern "C" fn crfsuite_attribute_copy(
    dst: *mut crfsuite_attribute_t,
    src: *const crfsuite_attribute_t
)

Copy the content of an attribute structure.

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