Enum vips_sys::GShellError [−][src]
#[repr(u32)]pub enum GShellError { G_SHELL_ERROR_BAD_QUOTING, G_SHELL_ERROR_EMPTY_STRING, G_SHELL_ERROR_FAILED, }
Variants
G_SHELL_ERROR_BAD_QUOTING
G_SHELL_ERROR_EMPTY_STRING
G_SHELL_ERROR_FAILED
Trait Implementations
impl Debug for GShellError
[src]
impl Debug for GShellError
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 GShellError
[src]
impl Copy for GShellError
impl Clone for GShellError
[src]
impl Clone for GShellError
fn clone(&self) -> GShellError
[src]
fn clone(&self) -> GShellError
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 GShellError
[src]
impl PartialEq for GShellError
fn eq(&self, other: &GShellError) -> bool
[src]
fn eq(&self, other: &GShellError) -> 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 GShellError
[src]
impl Eq for GShellError
impl Hash for GShellError
[src]
impl Hash for GShellError
Auto Trait Implementations
impl Send for GShellError
impl Send for GShellError
impl Sync for GShellError
impl Sync for GShellError