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]
impl Debug for VipsImageType
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 VipsImageType
[src]
impl Copy for VipsImageType
impl Clone for VipsImageType
[src]
impl Clone for VipsImageType
fn clone(&self) -> VipsImageType
[src]
fn clone(&self) -> VipsImageType
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 VipsImageType
[src]
impl PartialEq for VipsImageType
fn eq(&self, other: &VipsImageType) -> bool
[src]
fn eq(&self, other: &VipsImageType) -> 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 VipsImageType
[src]
impl Eq for VipsImageType
impl Hash for VipsImageType
[src]
impl Hash for VipsImageType
Auto Trait Implementations
impl Send for VipsImageType
impl Send for VipsImageType
impl Sync for VipsImageType
impl Sync for VipsImageType