Enum tiff::TiffFormatError [−][src]
pub enum TiffFormatError {
TiffSignatureNotFound,
TiffSignatureInvalid,
ImageFileDirectoryNotFound,
InconsistentSizesEncountered,
InvalidTag,
RequiredTagNotFound(Tag),
UnknownPredictor(u32),
UnsignedIntegerExpected(Value),
}Variants
TiffSignatureNotFoundTiffSignatureInvalidImageFileDirectoryNotFoundInconsistentSizesEncounteredInvalidTagRequiredTagNotFound(Tag)UnknownPredictor(u32)UnsignedIntegerExpected(Value)Trait Implementations
impl Debug for TiffFormatError[src]
impl Debug for TiffFormatErrorfn 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 TiffFormatError[src]
impl Clone for TiffFormatErrorfn clone(&self) -> TiffFormatError[src]
fn clone(&self) -> TiffFormatErrorReturns 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 TiffFormatError[src]
impl PartialEq for TiffFormatErrorfn eq(&self, other: &TiffFormatError) -> bool[src]
fn eq(&self, other: &TiffFormatError) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &TiffFormatError) -> bool[src]
fn ne(&self, other: &TiffFormatError) -> boolThis method tests for !=.
impl Eq for TiffFormatError[src]
impl Eq for TiffFormatErrorimpl Hash for TiffFormatError[src]
impl Hash for TiffFormatErrorfn 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 TiffFormatError[src]
impl Display for TiffFormatErrorAuto Trait Implementations
impl Send for TiffFormatError
impl Send for TiffFormatErrorimpl Sync for TiffFormatError
impl Sync for TiffFormatError