Enum vips_sys::GIOFlags[][src]

#[repr(u32)]
pub enum GIOFlags { G_IO_FLAG_APPEND, G_IO_FLAG_NONBLOCK, G_IO_FLAG_IS_READABLE, G_IO_FLAG_IS_WRITABLE, G_IO_FLAG_IS_SEEKABLE, G_IO_FLAG_MASK, G_IO_FLAG_SET_MASK, }

Variants

Trait Implementations

impl Debug for GIOFlags
[src]

Formats the value using the given formatter. Read more

impl Copy for GIOFlags
[src]

impl Clone for GIOFlags
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

impl Sync for GIOFlags