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