#[repr(u32)]pub enum GFileError {
Show 25 variants
G_FILE_ERROR_EXIST = 0,
G_FILE_ERROR_ISDIR = 1,
G_FILE_ERROR_ACCES = 2,
G_FILE_ERROR_NAMETOOLONG = 3,
G_FILE_ERROR_NOENT = 4,
G_FILE_ERROR_NOTDIR = 5,
G_FILE_ERROR_NXIO = 6,
G_FILE_ERROR_NODEV = 7,
G_FILE_ERROR_ROFS = 8,
G_FILE_ERROR_TXTBSY = 9,
G_FILE_ERROR_FAULT = 10,
G_FILE_ERROR_LOOP = 11,
G_FILE_ERROR_NOSPC = 12,
G_FILE_ERROR_NOMEM = 13,
G_FILE_ERROR_MFILE = 14,
G_FILE_ERROR_NFILE = 15,
G_FILE_ERROR_BADF = 16,
G_FILE_ERROR_INVAL = 17,
G_FILE_ERROR_PIPE = 18,
G_FILE_ERROR_AGAIN = 19,
G_FILE_ERROR_INTR = 20,
G_FILE_ERROR_IO = 21,
G_FILE_ERROR_PERM = 22,
G_FILE_ERROR_NOSYS = 23,
G_FILE_ERROR_FAILED = 24,
}Variants§
G_FILE_ERROR_EXIST = 0
G_FILE_ERROR_ISDIR = 1
G_FILE_ERROR_ACCES = 2
G_FILE_ERROR_NAMETOOLONG = 3
G_FILE_ERROR_NOENT = 4
G_FILE_ERROR_NOTDIR = 5
G_FILE_ERROR_NXIO = 6
G_FILE_ERROR_NODEV = 7
G_FILE_ERROR_ROFS = 8
G_FILE_ERROR_TXTBSY = 9
G_FILE_ERROR_FAULT = 10
G_FILE_ERROR_LOOP = 11
G_FILE_ERROR_NOSPC = 12
G_FILE_ERROR_NOMEM = 13
G_FILE_ERROR_MFILE = 14
G_FILE_ERROR_NFILE = 15
G_FILE_ERROR_BADF = 16
G_FILE_ERROR_INVAL = 17
G_FILE_ERROR_PIPE = 18
G_FILE_ERROR_AGAIN = 19
G_FILE_ERROR_INTR = 20
G_FILE_ERROR_IO = 21
G_FILE_ERROR_PERM = 22
G_FILE_ERROR_NOSYS = 23
G_FILE_ERROR_FAILED = 24
Trait Implementations§
Source§impl Clone for GFileError
impl Clone for GFileError
Source§fn clone(&self) -> GFileError
fn clone(&self) -> GFileError
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 GFileError
impl Debug for GFileError
Source§impl Hash for GFileError
impl Hash for GFileError
Source§impl PartialEq for GFileError
impl PartialEq for GFileError
impl Copy for GFileError
impl Eq for GFileError
impl StructuralPartialEq for GFileError
Auto Trait Implementations§
impl Freeze for GFileError
impl RefUnwindSafe for GFileError
impl Send for GFileError
impl Sync for GFileError
impl Unpin for GFileError
impl UnwindSafe for GFileError
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