Struct vlfeat_sys::_VlEnumerator [] [src]

#[repr(C)]
pub struct _VlEnumerator { pub name: *const c_char, pub value: vl_index, }

@brief Member of an enumeration

Fields

< enumeration member name.

< enumeration member value.

Trait Implementations

impl Debug for _VlEnumerator
[src]

Formats the value using the given formatter.

impl Copy for _VlEnumerator
[src]

impl Clone for _VlEnumerator
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more