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