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