Enum glib_sys::GOptionArg 
                   
                       [−]
                   
               [src]
#[repr(C)]pub enum GOptionArg { None, String, Int, Callback, Filename, StringArray, FilenameArray, Double, Int64, }
Variants
NoneStringIntCallbackFilenameStringArrayFilenameArrayDoubleInt64Trait Implementations
impl Clone for GOptionArg[src]
fn clone(&self) -> GOptionArg
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more