Enum tiff::tags::PhotometricInterpretation [−][src]
pub enum PhotometricInterpretation { WhiteIsZero, BlackIsZero, RGB, RGBPalette, TransparencyMask, CMYK, YCbCr, CIELab, // some variants omitted }
Variants
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PhotometricInterpretation
impl Send for PhotometricInterpretation
impl Sync for PhotometricInterpretation
impl Unpin for PhotometricInterpretation
impl UnwindSafe for PhotometricInterpretation
Blanket Implementations
Mutably borrows from an owned value. Read more