Enum glib_sys::GSpawnError 
                   
                       [−]
                   
               [src]
#[repr(C)]pub enum GSpawnError { Fork, Read, Chdir, Acces, Perm, TooBig, Noexec, Nametoolong, Noent, Nomem, Notdir, Loop, Txtbusy, Io, Nfile, Mfile, Inval, Isdir, Libbad, Failed, }
Variants
ForkReadChdirAccesPermTooBigNoexecNametoolongNoentNomemNotdirLoopTxtbusyIoNfileMfileInvalIsdirLibbadFailedTrait Implementations
impl Clone for GSpawnError[src]
fn clone(&self) -> GSpawnError
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