Enum glib_sys::GErrorType
[−]
[src]
#[repr(C)]pub enum GErrorType { Unknown, UnexpEof, UnexpEofInString, UnexpEofInComment, NonDigitInConst, DigitRadix, FloatRadix, FloatMalformed, }
Variants
Unknown
UnexpEof
UnexpEofInString
UnexpEofInComment
NonDigitInConst
DigitRadix
FloatRadix
FloatMalformed
Trait Implementations
impl Clone for GErrorType
[src]
fn clone(&self) -> GErrorType
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