Enum zip_core::structs::CompressionMethod
source · pub enum CompressionMethod {
Show 22 variants
Stored,
Shrunk,
ReducedWithFactor1,
ReducedWithFactor2,
ReducedWithFactor3,
ReducedWithFactor4,
Imploded,
Deflated,
EnhancedDeflatingUsingDeflate64,
PkWareDataCompressionLIbraryImploding,
Bzip2,
Lzma,
IbmZOsCmpsc,
IbmTerse,
IbmLz77z,
Zstdandart,
Mp3,
Xz,
Jpeg,
WavPack,
PpmdV1R1,
Aex,
}
Expand description
see 4.4.5
Variants§
Stored
Shrunk
ReducedWithFactor1
ReducedWithFactor2
ReducedWithFactor3
ReducedWithFactor4
Imploded
Deflated
EnhancedDeflatingUsingDeflate64
PkWareDataCompressionLIbraryImploding
Bzip2
Lzma
IbmZOsCmpsc
IbmTerse
Ibm Terse new, for old see PkWareDataCompressionLIbraryImploding
IbmLz77z
Zstdandart
Mp3
Xz
Jpeg
WavPack
PpmdV1R1
Aex
Implementations§
source§impl CompressionMethod
impl CompressionMethod
pub fn is_deprecated(&self) -> bool
Auto Trait Implementations§
impl Freeze for CompressionMethod
impl RefUnwindSafe for CompressionMethod
impl Send for CompressionMethod
impl Sync for CompressionMethod
impl Unpin for CompressionMethod
impl UnwindSafe for CompressionMethod
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