Enum vips_sys::GErrorType
[−]
[src]
#[repr(u32)]pub enum GErrorType { G_ERR_UNKNOWN, G_ERR_UNEXP_EOF, G_ERR_UNEXP_EOF_IN_STRING, G_ERR_UNEXP_EOF_IN_COMMENT, G_ERR_NON_DIGIT_IN_CONST, G_ERR_DIGIT_RADIX, G_ERR_FLOAT_RADIX, G_ERR_FLOAT_MALFORMED, }
Variants
G_ERR_UNKNOWN
G_ERR_UNEXP_EOF
G_ERR_UNEXP_EOF_IN_STRING
G_ERR_UNEXP_EOF_IN_COMMENT
G_ERR_NON_DIGIT_IN_CONST
G_ERR_DIGIT_RADIX
G_ERR_FLOAT_RADIX
G_ERR_FLOAT_MALFORMED
Trait Implementations
impl Debug for GErrorType
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Copy for GErrorType
[src]
impl Clone for GErrorType
[src]
fn clone(&self) -> GErrorType
[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 GErrorType
[src]
fn eq(&self, __arg_0: &GErrorType) -> 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 !=
.