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