Struct tiff::InflateError
source · pub struct InflateError { /* private fields */ }
Expand description
Decompression failed due to faulty compressed data.
Trait Implementations§
source§impl Clone for InflateError
impl Clone for InflateError
source§fn clone(&self) -> InflateError
fn clone(&self) -> InflateError
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for InflateError
impl Debug for InflateError
source§impl Hash for InflateError
impl Hash for InflateError
source§impl PartialEq for InflateError
impl PartialEq for InflateError
source§fn eq(&self, other: &InflateError) -> bool
fn eq(&self, other: &InflateError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for InflateError
impl StructuralEq for InflateError
impl StructuralPartialEq for InflateError
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more