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]
impl Debug for GConvertError
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 GConvertError
[src]
impl Copy for GConvertError
impl Clone for GConvertError
[src]
impl Clone for GConvertError
fn clone(&self) -> GConvertError
[src]
fn clone(&self) -> GConvertError
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 GConvertError
[src]
impl PartialEq for GConvertError
fn eq(&self, other: &GConvertError) -> bool
[src]
fn eq(&self, other: &GConvertError) -> 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 GConvertError
[src]
impl Eq for GConvertError
impl Hash for GConvertError
[src]
impl Hash for GConvertError
Auto Trait Implementations
impl Send for GConvertError
impl Send for GConvertError
impl Sync for GConvertError
impl Sync for GConvertError