Enum vips_sys::GSpawnError [−][src]
#[repr(u32)]pub enum GSpawnError { G_SPAWN_ERROR_FORK, G_SPAWN_ERROR_READ, G_SPAWN_ERROR_CHDIR, G_SPAWN_ERROR_ACCES, G_SPAWN_ERROR_PERM, G_SPAWN_ERROR_TOO_BIG, G_SPAWN_ERROR_NOEXEC, G_SPAWN_ERROR_NAMETOOLONG, G_SPAWN_ERROR_NOENT, G_SPAWN_ERROR_NOMEM, G_SPAWN_ERROR_NOTDIR, G_SPAWN_ERROR_LOOP, G_SPAWN_ERROR_TXTBUSY, G_SPAWN_ERROR_IO, G_SPAWN_ERROR_NFILE, G_SPAWN_ERROR_MFILE, G_SPAWN_ERROR_INVAL, G_SPAWN_ERROR_ISDIR, G_SPAWN_ERROR_LIBBAD, G_SPAWN_ERROR_FAILED, }
Variants
G_SPAWN_ERROR_FORK
G_SPAWN_ERROR_READ
G_SPAWN_ERROR_CHDIR
G_SPAWN_ERROR_ACCES
G_SPAWN_ERROR_PERM
G_SPAWN_ERROR_TOO_BIG
G_SPAWN_ERROR_NOEXEC
G_SPAWN_ERROR_NAMETOOLONG
G_SPAWN_ERROR_NOENT
G_SPAWN_ERROR_NOMEM
G_SPAWN_ERROR_NOTDIR
G_SPAWN_ERROR_LOOP
G_SPAWN_ERROR_TXTBUSY
G_SPAWN_ERROR_IO
G_SPAWN_ERROR_NFILE
G_SPAWN_ERROR_MFILE
G_SPAWN_ERROR_INVAL
G_SPAWN_ERROR_ISDIR
G_SPAWN_ERROR_LIBBAD
G_SPAWN_ERROR_FAILED
Trait Implementations
impl Debug for GSpawnError
[src]
impl Debug for GSpawnError
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for GSpawnError
[src]
impl Copy for GSpawnError
impl Clone for GSpawnError
[src]
impl Clone for GSpawnError
fn clone(&self) -> GSpawnError
[src]
fn clone(&self) -> GSpawnError
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl PartialEq for GSpawnError
[src]
impl PartialEq for GSpawnError
fn eq(&self, other: &GSpawnError) -> bool
[src]
fn eq(&self, other: &GSpawnError) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for GSpawnError
[src]
impl Eq for GSpawnError
impl Hash for GSpawnError
[src]
impl Hash for GSpawnError
Auto Trait Implementations
impl Send for GSpawnError
impl Send for GSpawnError
impl Sync for GSpawnError
impl Sync for GSpawnError