#[repr(C)]pub struct LzmaOptions {
pub dictionary_size: c_int,
pub match_len_limit: c_int,
}Fields§
§dictionary_size: c_int§match_len_limit: c_intTrait Implementations§
Source§impl Clone for LzmaOptions
impl Clone for LzmaOptions
Source§fn clone(&self) -> LzmaOptions
fn clone(&self) -> LzmaOptions
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 LzmaOptions
impl Debug for LzmaOptions
impl Copy for LzmaOptions
Auto Trait Implementations§
impl Freeze for LzmaOptions
impl RefUnwindSafe for LzmaOptions
impl Send for LzmaOptions
impl Sync for LzmaOptions
impl Unpin for LzmaOptions
impl UnwindSafe for LzmaOptions
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