Struct crfsuite_sys::crfsuite_attribute_t [] [src]

#[repr(C)]
pub struct crfsuite_attribute_t { pub aid: c_int, pub value: floatval_t, }

An attribute. An attribute consists of an attribute id with its value.

Fields

< Attribute id.

< Value of the attribute.

Trait Implementations

impl Debug for crfsuite_attribute_t
[src]

[src]

Formats the value using the given formatter.

impl Copy for crfsuite_attribute_t
[src]

impl Clone for crfsuite_attribute_t
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more