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