#[repr(u32)]pub enum GErrorType {
G_ERR_UNKNOWN = 0,
G_ERR_UNEXP_EOF = 1,
G_ERR_UNEXP_EOF_IN_STRING = 2,
G_ERR_UNEXP_EOF_IN_COMMENT = 3,
G_ERR_NON_DIGIT_IN_CONST = 4,
G_ERR_DIGIT_RADIX = 5,
G_ERR_FLOAT_RADIX = 6,
G_ERR_FLOAT_MALFORMED = 7,
}Variants§
G_ERR_UNKNOWN = 0
G_ERR_UNEXP_EOF = 1
G_ERR_UNEXP_EOF_IN_STRING = 2
G_ERR_UNEXP_EOF_IN_COMMENT = 3
G_ERR_NON_DIGIT_IN_CONST = 4
G_ERR_DIGIT_RADIX = 5
G_ERR_FLOAT_RADIX = 6
G_ERR_FLOAT_MALFORMED = 7
Trait Implementations§
Source§impl Clone for GErrorType
impl Clone for GErrorType
Source§fn clone(&self) -> GErrorType
fn clone(&self) -> GErrorType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GErrorType
impl Debug for GErrorType
Source§impl Hash for GErrorType
impl Hash for GErrorType
Source§impl PartialEq for GErrorType
impl PartialEq for GErrorType
impl Copy for GErrorType
impl Eq for GErrorType
impl StructuralPartialEq for GErrorType
Auto Trait Implementations§
impl Freeze for GErrorType
impl RefUnwindSafe for GErrorType
impl Send for GErrorType
impl Sync for GErrorType
impl Unpin for GErrorType
impl UnwindSafe for GErrorType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more