Struct brotli::enc::cluster::HistogramPair[][src]

pub struct HistogramPair {
    pub idx1: u32,
    pub idx2: u32,
    pub cost_combo: floatX,
    pub cost_diff: floatX,
}

Fields

Trait Implementations

impl Clone for HistogramPair
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for HistogramPair
[src]

impl Default for HistogramPair
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations