Enum tiff::decoder::PhotometricInterpretation [−][src]
pub enum PhotometricInterpretation {
WhiteIsZero,
BlackIsZero,
RGB,
RGBPalette,
TransparencyMask,
CMYK,
YCbCr,
CIELab,
}Variants
WhiteIsZeroBlackIsZeroRGBRGBPaletteTransparencyMaskCMYKYCbCrCIELabTrait Implementations
impl Clone for PhotometricInterpretation[src]
impl Clone for PhotometricInterpretationfn clone(&self) -> PhotometricInterpretation[src]
fn clone(&self) -> PhotometricInterpretationReturns 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 Copy for PhotometricInterpretation[src]
impl Copy for PhotometricInterpretationimpl Debug for PhotometricInterpretation[src]
impl Debug for PhotometricInterpretationfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for PhotometricInterpretation[src]
impl PartialEq for PhotometricInterpretationfn eq(&self, other: &PhotometricInterpretation) -> bool[src]
fn eq(&self, other: &PhotometricInterpretation) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for PhotometricInterpretation[src]
impl Eq for PhotometricInterpretationimpl Hash for PhotometricInterpretation[src]
impl Hash for PhotometricInterpretationAuto Trait Implementations
impl Send for PhotometricInterpretation
impl Send for PhotometricInterpretationimpl Sync for PhotometricInterpretation
impl Sync for PhotometricInterpretation