Struct vlfeat_sys::option [] [src]

#[repr(C)]
pub struct option { pub name: *const c_char, pub has_arg: c_int, pub flag: *mut c_int, pub val: c_int, }

@brief ::getopt_long option

Fields

< option long name

< flag indicating whether the option has no, required or optional argument

< pointer to a variable to set (if @c NULL, the value is returned instead)

< value to set or to return

Trait Implementations

impl Debug for option
[src]

Formats the value using the given formatter.

impl Copy for option
[src]

impl Clone for option
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more