#[repr(i32)]pub enum Clevel {
None = 0,
L1 = 1,
L2 = 2,
L3 = 3,
L4 = 4,
L5 = 5,
L6 = 6,
L7 = 7,
L8 = 8,
L9 = 9,
}Expand description
The desired compression level. Higher levels mean more compression.
Variants§
None = 0
No compression at all.
Probably useless in single-threaded mode.
L1 = 1
L2 = 2
L3 = 3
L4 = 4
L5 = 5
L6 = 6
L7 = 7
L8 = 8
L9 = 9
Trait Implementations§
Source§impl Ord for Clevel
impl Ord for Clevel
Source§impl PartialOrd for Clevel
impl PartialOrd for Clevel
impl Copy for Clevel
impl Eq for Clevel
impl StructuralPartialEq for Clevel
Auto Trait Implementations§
impl Freeze for Clevel
impl RefUnwindSafe for Clevel
impl Send for Clevel
impl Sync for Clevel
impl Unpin for Clevel
impl UnwindSafe for Clevel
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)