pub struct Bzip2Settings {
pub compression_level: u8,
}
Fields§
§compression_level: u8
Implementations§
Trait Implementations§
Source§impl Clone for Bzip2Settings
impl Clone for Bzip2Settings
Source§fn clone(&self) -> Bzip2Settings
fn clone(&self) -> Bzip2Settings
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 Bzip2Settings
impl Debug for Bzip2Settings
Source§impl Default for Bzip2Settings
impl Default for Bzip2Settings
Source§impl PartialEq for Bzip2Settings
impl PartialEq for Bzip2Settings
impl Copy for Bzip2Settings
impl Eq for Bzip2Settings
impl StructuralPartialEq for Bzip2Settings
Auto Trait Implementations§
impl Freeze for Bzip2Settings
impl RefUnwindSafe for Bzip2Settings
impl Send for Bzip2Settings
impl Sync for Bzip2Settings
impl Unpin for Bzip2Settings
impl UnwindSafe for Bzip2Settings
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