Enum glib_sys::GFileError [] [src]

pub enum GFileError {
    Exist,
    Isdir,
    Acces,
    Nametoolong,
    Noent,
    Notdir,
    Nxio,
    Nodev,
    Rofs,
    Txtbsy,
    Fault,
    Loop,
    Nospc,
    Nomem,
    Mfile,
    Nfile,
    Badf,
    Inval,
    Pipe,
    Again,
    Intr,
    Io,
    Perm,
    Nosys,
    Failed,
}

Variants

Exist
Isdir
Acces
Nametoolong
Noent
Notdir
Nxio
Nodev
Rofs
Txtbsy
Fault
Loop
Nospc
Nomem
Mfile
Nfile
Badf
Inval
Pipe
Again
Intr
Io
Perm
Nosys
Failed

Trait Implementations

Derived Implementations

impl PartialEq for GFileError

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

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

impl Eq for GFileError

impl Debug for GFileError

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

impl Copy for GFileError

impl Clone for GFileError

fn clone(&self) -> GFileError

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