pub struct DeflateConfig {
pub level: i32,
pub method: Method,
pub window_bits: i32,
pub mem_level: i32,
pub strategy: Strategy,
}
Fields§
§level: i32
§method: Method
§window_bits: i32
§mem_level: i32
§strategy: Strategy
Implementations§
Trait Implementations§
Source§impl Clone for DeflateConfig
impl Clone for DeflateConfig
Source§fn clone(&self) -> DeflateConfig
fn clone(&self) -> DeflateConfig
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 DeflateConfig
impl Debug for DeflateConfig
Source§impl Default for DeflateConfig
impl Default for DeflateConfig
Source§impl Hash for DeflateConfig
impl Hash for DeflateConfig
Source§impl PartialEq for DeflateConfig
impl PartialEq for DeflateConfig
impl Copy for DeflateConfig
impl Eq for DeflateConfig
impl StructuralPartialEq for DeflateConfig
Auto Trait Implementations§
impl Freeze for DeflateConfig
impl RefUnwindSafe for DeflateConfig
impl Send for DeflateConfig
impl Sync for DeflateConfig
impl Unpin for DeflateConfig
impl UnwindSafe for DeflateConfig
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)