Enum vips_sys::GIOStatus [−][src]
#[repr(u32)]pub enum GIOStatus { G_IO_STATUS_ERROR, G_IO_STATUS_NORMAL, G_IO_STATUS_EOF, G_IO_STATUS_AGAIN, }
Variants
G_IO_STATUS_ERROR
G_IO_STATUS_NORMAL
G_IO_STATUS_EOF
G_IO_STATUS_AGAIN
Trait Implementations
impl Debug for GIOStatus
[src]
impl Debug for GIOStatus
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for GIOStatus
[src]
impl Copy for GIOStatus
impl Clone for GIOStatus
[src]
impl Clone for GIOStatus
fn clone(&self) -> GIOStatus
[src]
fn clone(&self) -> GIOStatus
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl PartialEq for GIOStatus
[src]
impl PartialEq for GIOStatus
fn eq(&self, other: &GIOStatus) -> bool
[src]
fn eq(&self, other: &GIOStatus) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for GIOStatus
[src]
impl Eq for GIOStatus
impl Hash for GIOStatus
[src]
impl Hash for GIOStatus