Enum glib_sys::GErrorType [] [src]

pub enum GErrorType {
    Unknown,
    UnexpEof,
    UnexpEofInString,
    UnexpEofInComment,
    NonDigitInConst,
    DigitRadix,
    FloatRadix,
    FloatMalformed,
}

Variants

Unknown
UnexpEof
UnexpEofInString
UnexpEofInComment
NonDigitInConst
DigitRadix
FloatRadix
FloatMalformed

Trait Implementations

Derived Implementations

impl PartialEq for GErrorType

fn eq(&self, __arg_0: &GErrorType) -> bool

fn ne(&self, __arg_0: &GErrorType) -> bool

impl Eq for GErrorType

impl Debug for GErrorType

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Copy for GErrorType

impl Clone for GErrorType

fn clone(&self) -> GErrorType

1.0.0fn clone_from(&mut self, source: &Self)