Enum libflate_lz77::CompressionLevel [−][src]
pub enum CompressionLevel {
None,
Fast,
Balance,
Best,
}
Expand description
Compression level.
Variants
None
No compression.
Fast
Best speed.
Balance
Balanced between speed and size.
Best
Best compression.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CompressionLevel
impl Send for CompressionLevel
impl Sync for CompressionLevel
impl Unpin for CompressionLevel
impl UnwindSafe for CompressionLevel
Blanket Implementations
Mutably borrows from an owned value. Read more