Enum glib_sys::GOptionError
[−]
[src]
#[repr(C)]pub enum GOptionError { UnknownOption, BadValue, Failed, }
Variants
UnknownOption
BadValue
Failed
Trait Implementations
impl Clone for GOptionError
[src]
fn clone(&self) -> GOptionError
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