pub struct LzmaFilters { /* private fields */ }
Available on crate feature
lzma
only.Expand description
Clone-able liblzma::Filters
.
Implementations§
Source§impl LzmaFilters
impl LzmaFilters
Sourcepub fn add_filter(self, filter: LzmaFilter) -> Self
pub fn add_filter(self, filter: LzmaFilter) -> Self
Add LzmaFilter
to the collection
Trait Implementations§
Source§impl Clone for LzmaFilters
impl Clone for LzmaFilters
Source§fn clone(&self) -> LzmaFilters
fn clone(&self) -> LzmaFilters
Returns a duplicate 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 LzmaFilters
impl Debug for LzmaFilters
Source§impl Default for LzmaFilters
impl Default for LzmaFilters
Source§fn default() -> LzmaFilters
fn default() -> LzmaFilters
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LzmaFilters
impl RefUnwindSafe for LzmaFilters
impl Send for LzmaFilters
impl Sync for LzmaFilters
impl Unpin for LzmaFilters
impl UnwindSafe for LzmaFilters
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