Struct brotli::enc::histogram::HistogramLiteral[][src]

pub struct HistogramLiteral {
    pub data_: [u32; 256],
    pub total_count_: usize,
    pub bit_cost_: floatX,
}

Fields

Trait Implementations

impl Clone for HistogramLiteral
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for HistogramLiteral
[src]

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

impl SliceWrapper<u32> for HistogramLiteral
[src]

Important traits for &'a [u8]

impl SliceWrapperMut<u32> for HistogramLiteral
[src]

Important traits for &'a [u8]

impl CostAccessors for HistogramLiteral
[src]

Auto Trait Implementations