Enum tiff::tags::PhotometricInterpretation
source · pub enum PhotometricInterpretation {
WhiteIsZero,
BlackIsZero,
RGB,
RGBPalette,
TransparencyMask,
CMYK,
YCbCr,
CIELab,
// some variants omitted
}
Variants§
Implementations§
Trait Implementations§
source§impl Clone for PhotometricInterpretation
impl Clone for PhotometricInterpretation
source§fn clone(&self) -> PhotometricInterpretation
fn clone(&self) -> PhotometricInterpretation
Returns a copy 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 moresource§impl Debug for PhotometricInterpretation
impl Debug for PhotometricInterpretation
source§impl Hash for PhotometricInterpretation
impl Hash for PhotometricInterpretation
source§impl PartialEq<PhotometricInterpretation> for PhotometricInterpretation
impl PartialEq<PhotometricInterpretation> for PhotometricInterpretation
source§fn eq(&self, other: &PhotometricInterpretation) -> bool
fn eq(&self, other: &PhotometricInterpretation) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.