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

Literal context bits.

Literal position bits.

Position bits.

Dictionary size.

Uncompressed size if present.

Trait Implementations

impl PartialEq for Properties
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Properties
[src]

impl Clone for Properties
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Properties
[src]

impl Debug for Properties
[src]

Formats the value using the given formatter.