#[repr(C)]
pub struct lzma_options_lzma { pub dict_size: u32, pub preset_dict: *const u8, pub preset_dict_size: u32, pub lc: u32, pub lp: u32, pub pb: u32, pub mode: lzma_mode, pub nice_len: u32, pub mf: lzma_match_finder, pub depth: u32, /* private fields */ }

Fields

dict_size: u32preset_dict: *const u8preset_dict_size: u32lc: u32lp: u32pb: u32mode: lzma_modenice_len: u32mf: lzma_match_finderdepth: u32

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.