Enum vips_sys::VipsImageType
[−]
[src]
#[repr(i32)]pub enum VipsImageType { VIPS_IMAGE_ERROR, VIPS_IMAGE_NONE, VIPS_IMAGE_SETBUF, VIPS_IMAGE_SETBUF_FOREIGN, VIPS_IMAGE_OPENIN, VIPS_IMAGE_MMAPIN, VIPS_IMAGE_MMAPINRW, VIPS_IMAGE_OPENOUT, VIPS_IMAGE_PARTIAL, }
Variants
VIPS_IMAGE_ERROR
VIPS_IMAGE_NONE
VIPS_IMAGE_SETBUF
VIPS_IMAGE_SETBUF_FOREIGN
VIPS_IMAGE_OPENIN
VIPS_IMAGE_MMAPIN
VIPS_IMAGE_MMAPINRW
VIPS_IMAGE_OPENOUT
VIPS_IMAGE_PARTIAL
Trait Implementations
impl Debug for VipsImageType
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Copy for VipsImageType
[src]
impl Clone for VipsImageType
[src]
fn clone(&self) -> VipsImageType
[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 VipsImageType
[src]
fn eq(&self, __arg_0: &VipsImageType) -> 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 !=
.