#[repr(u32)]pub enum GKeyFileError {
G_KEY_FILE_ERROR_UNKNOWN_ENCODING = 0,
G_KEY_FILE_ERROR_PARSE = 1,
G_KEY_FILE_ERROR_NOT_FOUND = 2,
G_KEY_FILE_ERROR_KEY_NOT_FOUND = 3,
G_KEY_FILE_ERROR_GROUP_NOT_FOUND = 4,
G_KEY_FILE_ERROR_INVALID_VALUE = 5,
}Variants§
G_KEY_FILE_ERROR_UNKNOWN_ENCODING = 0
G_KEY_FILE_ERROR_PARSE = 1
G_KEY_FILE_ERROR_NOT_FOUND = 2
G_KEY_FILE_ERROR_KEY_NOT_FOUND = 3
G_KEY_FILE_ERROR_GROUP_NOT_FOUND = 4
G_KEY_FILE_ERROR_INVALID_VALUE = 5
Trait Implementations§
Source§impl Clone for GKeyFileError
impl Clone for GKeyFileError
Source§fn clone(&self) -> GKeyFileError
fn clone(&self) -> GKeyFileError
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 GKeyFileError
impl Debug for GKeyFileError
Source§impl Hash for GKeyFileError
impl Hash for GKeyFileError
Source§impl PartialEq for GKeyFileError
impl PartialEq for GKeyFileError
impl Copy for GKeyFileError
impl Eq for GKeyFileError
impl StructuralPartialEq for GKeyFileError
Auto Trait Implementations§
impl Freeze for GKeyFileError
impl RefUnwindSafe for GKeyFileError
impl Send for GKeyFileError
impl Sync for GKeyFileError
impl Unpin for GKeyFileError
impl UnwindSafe for GKeyFileError
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