Enum vips_sys::GKeyFileError [−][src]
#[repr(u32)]pub enum GKeyFileError { G_KEY_FILE_ERROR_UNKNOWN_ENCODING, G_KEY_FILE_ERROR_PARSE, G_KEY_FILE_ERROR_NOT_FOUND, G_KEY_FILE_ERROR_KEY_NOT_FOUND, G_KEY_FILE_ERROR_GROUP_NOT_FOUND, G_KEY_FILE_ERROR_INVALID_VALUE, }
Variants
G_KEY_FILE_ERROR_UNKNOWN_ENCODING
G_KEY_FILE_ERROR_PARSE
G_KEY_FILE_ERROR_NOT_FOUND
G_KEY_FILE_ERROR_KEY_NOT_FOUND
G_KEY_FILE_ERROR_GROUP_NOT_FOUND
G_KEY_FILE_ERROR_INVALID_VALUE
Trait Implementations
impl Debug for GKeyFileError
[src]
impl Debug for GKeyFileError
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 GKeyFileError
[src]
impl Copy for GKeyFileError
impl Clone for GKeyFileError
[src]
impl Clone for GKeyFileError
fn clone(&self) -> GKeyFileError
[src]
fn clone(&self) -> GKeyFileError
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 GKeyFileError
[src]
impl PartialEq for GKeyFileError
fn eq(&self, other: &GKeyFileError) -> bool
[src]
fn eq(&self, other: &GKeyFileError) -> 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 GKeyFileError
[src]
impl Eq for GKeyFileError
impl Hash for GKeyFileError
[src]
impl Hash for GKeyFileError
Auto Trait Implementations
impl Send for GKeyFileError
impl Send for GKeyFileError
impl Sync for GKeyFileError
impl Sync for GKeyFileError