Enum vips_sys::GConvertError
[−]
[src]
#[repr(u32)]pub enum GConvertError { G_CONVERT_ERROR_NO_CONVERSION, G_CONVERT_ERROR_ILLEGAL_SEQUENCE, G_CONVERT_ERROR_FAILED, G_CONVERT_ERROR_PARTIAL_INPUT, G_CONVERT_ERROR_BAD_URI, G_CONVERT_ERROR_NOT_ABSOLUTE_PATH, G_CONVERT_ERROR_NO_MEMORY, G_CONVERT_ERROR_EMBEDDED_NUL, }
Variants
G_CONVERT_ERROR_NO_CONVERSION
G_CONVERT_ERROR_ILLEGAL_SEQUENCE
G_CONVERT_ERROR_FAILED
G_CONVERT_ERROR_PARTIAL_INPUT
G_CONVERT_ERROR_BAD_URI
G_CONVERT_ERROR_NOT_ABSOLUTE_PATH
G_CONVERT_ERROR_NO_MEMORY
G_CONVERT_ERROR_EMBEDDED_NUL
Trait Implementations
impl Debug for GConvertError
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Copy for GConvertError
[src]
impl Clone for GConvertError
[src]
fn clone(&self) -> GConvertError
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl PartialEq for GConvertError
[src]
fn eq(&self, __arg_0: &GConvertError) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
This method tests for !=
.