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