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