Enum vips_sys::GNumberParserError[][src]

#[repr(u32)]
pub enum GNumberParserError { G_NUMBER_PARSER_ERROR_INVALID, G_NUMBER_PARSER_ERROR_OUT_OF_BOUNDS, }

Variants

Trait Implementations

impl Debug for GNumberParserError
[src]

Formats the value using the given formatter. Read more

impl Copy for GNumberParserError
[src]

impl Clone for GNumberParserError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for GNumberParserError
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for GNumberParserError
[src]

impl Hash for GNumberParserError
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

impl Send for GNumberParserError

impl Sync for GNumberParserError