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

Trait Implementations

impl Eq for VipsImageType
[src]

impl Hash for VipsImageType
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq<VipsImageType> for VipsImageType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for VipsImageType
[src]

Formats the value using the given formatter. Read more

impl Clone for VipsImageType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for VipsImageType
[src]

Auto Trait Implementations

impl Send for VipsImageType

impl Sync for VipsImageType