pub struct DecompressError {
pub status: TINFLStatus,
pub output: Vec<u8>,
}
Expand description
Struct return when decompress_to_vec functions fail.
Fields§
§status: TINFLStatus
Decompressor status on failure. See TINFLStatus for details.
output: Vec<u8>
The currently decompressed data if any.
Trait Implementations§
Source§impl Debug for DecompressError
impl Debug for DecompressError
Auto Trait Implementations§
impl Freeze for DecompressError
impl RefUnwindSafe for DecompressError
impl Send for DecompressError
impl Sync for DecompressError
impl Unpin for DecompressError
impl UnwindSafe for DecompressError
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
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 32 bytes