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]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Copy for GIOCondition
[src]
impl Clone for GIOCondition
[src]
fn clone(&self) -> GIOCondition
[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 GIOCondition
[src]
fn eq(&self, __arg_0: &GIOCondition) -> 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 !=
.