Enum vips::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 Eq for VipsImageType
[src]
impl Eq for VipsImageType
impl Hash for VipsImageType
[src]
impl Hash for VipsImageType
fn hash<__H>(&self, state: &mut __H) where
__H: Hasher,
[src]
fn hash<__H>(&self, state: &mut __H) where
__H: Hasher,
Feeds this value into the given [Hasher
]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0
[src]Feeds a slice of this type into the given [Hasher
]. Read more
impl PartialEq<VipsImageType> for VipsImageType
[src]
impl PartialEq<VipsImageType> 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 Debug for VipsImageType
[src]
impl Debug for VipsImageType
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more
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 Copy for VipsImageType
[src]
impl Copy for VipsImageType
Auto Trait Implementations
impl Send for VipsImageType
impl Send for VipsImageType
impl Sync for VipsImageType
impl Sync for VipsImageType