Enum vips_sys::GIOChannelError[][src]

#[repr(u32)]
pub enum GIOChannelError { G_IO_CHANNEL_ERROR_FBIG, G_IO_CHANNEL_ERROR_INVAL, G_IO_CHANNEL_ERROR_IO, G_IO_CHANNEL_ERROR_ISDIR, G_IO_CHANNEL_ERROR_NOSPC, G_IO_CHANNEL_ERROR_NXIO, G_IO_CHANNEL_ERROR_OVERFLOW, G_IO_CHANNEL_ERROR_PIPE, G_IO_CHANNEL_ERROR_FAILED, }

Variants

Trait Implementations

impl Debug for GIOChannelError
[src]

Formats the value using the given formatter. Read more

impl Copy for GIOChannelError
[src]

impl Clone for GIOChannelError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

impl Sync for GIOChannelError