Enum glib_sys::GOptionArg [] [src]

#[repr(C)]
pub enum GOptionArg { None, String, Int, Callback, Filename, StringArray, FilenameArray, Double, Int64, }

Variants

Trait Implementations

impl Clone for GOptionArg
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for GOptionArg
[src]

impl Debug for GOptionArg
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for GOptionArg
[src]

impl PartialEq for GOptionArg
[src]

[src]

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

1.0.0
[src]

This method tests for !=.