Enum VipsInterpretation
#[repr(i32)]pub enum VipsInterpretation {
Show 21 variants
VIPS_INTERPRETATION_ERROR = -1,
VIPS_INTERPRETATION_MULTIBAND = 0,
VIPS_INTERPRETATION_B_W = 1,
VIPS_INTERPRETATION_HISTOGRAM = 10,
VIPS_INTERPRETATION_XYZ = 12,
VIPS_INTERPRETATION_LAB = 13,
VIPS_INTERPRETATION_CMYK = 15,
VIPS_INTERPRETATION_LABQ = 16,
VIPS_INTERPRETATION_RGB = 17,
VIPS_INTERPRETATION_CMC = 18,
VIPS_INTERPRETATION_LCH = 19,
VIPS_INTERPRETATION_LABS = 21,
VIPS_INTERPRETATION_sRGB = 22,
VIPS_INTERPRETATION_YXY = 23,
VIPS_INTERPRETATION_FOURIER = 24,
VIPS_INTERPRETATION_RGB16 = 25,
VIPS_INTERPRETATION_GREY16 = 26,
VIPS_INTERPRETATION_MATRIX = 27,
VIPS_INTERPRETATION_scRGB = 28,
VIPS_INTERPRETATION_HSV = 29,
VIPS_INTERPRETATION_LAST = 30,
}Variants§
VIPS_INTERPRETATION_ERROR = -1
VIPS_INTERPRETATION_MULTIBAND = 0
VIPS_INTERPRETATION_B_W = 1
VIPS_INTERPRETATION_HISTOGRAM = 10
VIPS_INTERPRETATION_XYZ = 12
VIPS_INTERPRETATION_LAB = 13
VIPS_INTERPRETATION_CMYK = 15
VIPS_INTERPRETATION_LABQ = 16
VIPS_INTERPRETATION_RGB = 17
VIPS_INTERPRETATION_CMC = 18
VIPS_INTERPRETATION_LCH = 19
VIPS_INTERPRETATION_LABS = 21
VIPS_INTERPRETATION_sRGB = 22
VIPS_INTERPRETATION_YXY = 23
VIPS_INTERPRETATION_FOURIER = 24
VIPS_INTERPRETATION_RGB16 = 25
VIPS_INTERPRETATION_GREY16 = 26
VIPS_INTERPRETATION_MATRIX = 27
VIPS_INTERPRETATION_scRGB = 28
VIPS_INTERPRETATION_HSV = 29
VIPS_INTERPRETATION_LAST = 30
Trait Implementations§
§impl Clone for VipsInterpretation
impl Clone for VipsInterpretation
§fn clone(&self) -> VipsInterpretation
fn clone(&self) -> VipsInterpretation
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for VipsInterpretation
impl Debug for VipsInterpretation
§impl Hash for VipsInterpretation
impl Hash for VipsInterpretation
§impl PartialEq for VipsInterpretation
impl PartialEq for VipsInterpretation
impl Copy for VipsInterpretation
impl Eq for VipsInterpretation
impl StructuralPartialEq for VipsInterpretation
Auto Trait Implementations§
impl Freeze for VipsInterpretation
impl RefUnwindSafe for VipsInterpretation
impl Send for VipsInterpretation
impl Sync for VipsInterpretation
impl Unpin for VipsInterpretation
impl UnwindSafe for VipsInterpretation
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more