Enum glib_sys::GFileError
[−]
[src]
#[repr(C)]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
impl Clone for GFileError
[src]
fn clone(&self) -> GFileError
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Copy for GFileError
[src]
impl Debug for GFileError
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more