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

Trait Implementations

impl Debug for GIOCondition
[src]

Formats the value using the given formatter. Read more

impl Copy for GIOCondition
[src]

impl Clone for GIOCondition
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for GIOCondition
[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 GIOCondition
[src]

impl Hash for GIOCondition
[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 GIOCondition

impl Sync for GIOCondition