Struct lzma::properties::Properties [] [src]

pub struct Properties {
    pub lc: u8,
    pub lp: u8,
    pub pb: u8,
    pub dictionary: u32,
    pub uncompressed: Option<u64>,
}

LZMA model properties.

Fields

lc

Literal context bits.

lp

Literal position bits.

pb

Position bits.

dictionary

Dictionary size.

uncompressed

Uncompressed size if present.

Trait Implementations

Derived Implementations

impl Debug for Properties

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Copy for Properties

impl Clone for Properties

fn clone(&self) -> Properties

fn clone_from(&mut self, source: &Self)

impl Eq for Properties

impl PartialEq for Properties

fn eq(&self, __arg_0: &Properties) -> bool

fn ne(&self, __arg_0: &Properties) -> bool