Enum tiff::TiffUnsupportedError [−][src]
pub enum TiffUnsupportedError {
HorizontalPredictor(ColorType),
InterpretationWithBits(PhotometricInterpretation, Vec<u8>),
UnknownInterpretation,
UnknownCompressionMethod,
UnsupportedCompressionMethod(CompressionMethod),
UnsupportedSampleDepth(u8),
UnsupportedColorType(ColorType),
UnsupportedBitsPerChannel(u8),
UnsupportedPlanarConfig(Option<PlanarConfiguration>),
UnsupportedDataType,
}Variants
HorizontalPredictor(ColorType)InterpretationWithBits(PhotometricInterpretation, Vec<u8>)UnknownInterpretationUnknownCompressionMethodUnsupportedCompressionMethod(CompressionMethod)UnsupportedSampleDepth(u8)UnsupportedColorType(ColorType)UnsupportedBitsPerChannel(u8)UnsupportedPlanarConfig(Option<PlanarConfiguration>)UnsupportedDataTypeTrait Implementations
impl Debug for TiffUnsupportedError[src]
impl Debug for TiffUnsupportedErrorfn 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 TiffUnsupportedError[src]
impl Clone for TiffUnsupportedErrorfn clone(&self) -> TiffUnsupportedError[src]
fn clone(&self) -> TiffUnsupportedErrorReturns 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 PartialEq for TiffUnsupportedError[src]
impl PartialEq for TiffUnsupportedErrorfn eq(&self, other: &TiffUnsupportedError) -> bool[src]
fn eq(&self, other: &TiffUnsupportedError) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &TiffUnsupportedError) -> bool[src]
fn ne(&self, other: &TiffUnsupportedError) -> boolThis method tests for !=.
impl Eq for TiffUnsupportedError[src]
impl Eq for TiffUnsupportedErrorimpl Hash for TiffUnsupportedError[src]
impl Hash for TiffUnsupportedErrorfn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl Display for TiffUnsupportedError[src]
impl Display for TiffUnsupportedErrorAuto Trait Implementations
impl Send for TiffUnsupportedError
impl Send for TiffUnsupportedErrorimpl Sync for TiffUnsupportedError
impl Sync for TiffUnsupportedError