Enum rustiff::PhotometricInterpretation [−][src]
pub enum PhotometricInterpretation {
WhiteIsZero,
BlackIsZero,
RGB,
Palette,
TransparencyMask,
CMYK,
YCbCr,
CIELab,
}Variants
WhiteIsZeroBlackIsZeroRGBPaletteTransparencyMaskCMYKYCbCrCIELab
Methods
impl PhotometricInterpretation[src]
impl PhotometricInterpretationpub fn from_u16(n: u16) -> Result<PhotometricInterpretation, DecodeError>[src]
pub fn from_u16(n: u16) -> Result<PhotometricInterpretation, DecodeError>Trait Implementations
impl 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 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 PartialEq for PhotometricInterpretation[src]
impl PartialEq for PhotometricInterpretationAuto Trait Implementations
impl Send for PhotometricInterpretation
impl Send for PhotometricInterpretationimpl Sync for PhotometricInterpretation
impl Sync for PhotometricInterpretation