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

Trait Implementations

impl Debug for GOptionError
[src]

Formats the value using the given formatter. Read more

impl Copy for GOptionError
[src]

impl Clone for GOptionError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for GOptionError
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for GOptionError
[src]

impl Hash for GOptionError
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

impl Send for GOptionError

impl Sync for GOptionError