Function crfsuite_sys::crfsuite_attribute_swap [] [src]

pub unsafe extern "C" fn crfsuite_attribute_swap(
    x: *mut crfsuite_attribute_t,
    y: *mut crfsuite_attribute_t
)

Swap the contents of two attribute structures. @param x The pointer to an attribute structure. @param y The pointer to another attribute structure.