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
ExistIsdirAccesNametoolongNoentNotdirNxioNodevRofsTxtbsyFaultLoopNospcNomemMfileNfileBadfInvalPipeAgainIntrIoPermNosysFailedTrait Implementations
impl Clone for GFileError[src]
fn clone(&self) -> GFileError
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more