Function crfsuite_sys::crfsuite_item_swap [] [src]

pub unsafe extern "C" fn crfsuite_item_swap(
    x: *mut crfsuite_item_t,
    y: *mut crfsuite_item_t
)

Swap the contents of two item structures.

  • x The pointer to an item structure.
  • y The pointer to another item structure.