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

Trait Implementations

impl Debug for VipsImageType
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for VipsImageType
[src]

impl Clone for VipsImageType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for VipsImageType
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for VipsImageType
[src]

impl Hash for VipsImageType
[src]

[src]

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

1.3.0
[src]

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