Struct tiff::InflateError [−][src]
pub struct InflateError { /* fields omitted */ }
Expand description
Decompression failed due to faulty compressed data.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for InflateError
impl Send for InflateError
impl Sync for InflateError
impl Unpin for InflateError
impl UnwindSafe for InflateError
Blanket Implementations
Mutably borrows from an owned value. Read more