Enum vips::VipsInterpretation[][src]

#[repr(i32)]
pub enum VipsInterpretation { VIPS_INTERPRETATION_ERROR, VIPS_INTERPRETATION_MULTIBAND, VIPS_INTERPRETATION_B_W, VIPS_INTERPRETATION_HISTOGRAM, VIPS_INTERPRETATION_XYZ, VIPS_INTERPRETATION_LAB, VIPS_INTERPRETATION_CMYK, VIPS_INTERPRETATION_LABQ, VIPS_INTERPRETATION_RGB, VIPS_INTERPRETATION_CMC, VIPS_INTERPRETATION_LCH, VIPS_INTERPRETATION_LABS, VIPS_INTERPRETATION_sRGB, VIPS_INTERPRETATION_YXY, VIPS_INTERPRETATION_FOURIER, VIPS_INTERPRETATION_RGB16, VIPS_INTERPRETATION_GREY16, VIPS_INTERPRETATION_MATRIX, VIPS_INTERPRETATION_scRGB, VIPS_INTERPRETATION_HSV, VIPS_INTERPRETATION_LAST, }

Variants

Trait Implementations

impl Eq for VipsInterpretation
[src]

impl Hash for VipsInterpretation
[src]

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

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

impl PartialEq<VipsInterpretation> for VipsInterpretation
[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 VipsInterpretation
[src]

Formats the value using the given formatter. Read more

impl Clone for VipsInterpretation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for VipsInterpretation
[src]

Auto Trait Implementations

impl Send for VipsInterpretation

impl Sync for VipsInterpretation