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