Enum glib_sys::GOptionArg [] [src]

pub enum GOptionArg {
    None,
    String,
    Int,
    Callback,
    Filename,
    StringArray,
    FilenameArray,
    Double,
    Int64,
}

Variants

Trait Implementations

impl Clone for GOptionArg
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Copy for GOptionArg
[src]

impl Debug for GOptionArg
[src]

[]

Formats the value using the given formatter.

impl Eq for GOptionArg
[src]

impl PartialEq for GOptionArg
[src]

[]

This method tests for self and other values to be equal, and is used by ==. Read more

[]

This method tests for !=.