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

pub struct HistogramCommand {
    pub data_: [u32; 704],
    pub total_count_: usize,
    pub bit_cost_: floatX,
}

Fields

Trait Implementations

impl Clone for HistogramCommand
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for HistogramCommand
[src]

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

impl SliceWrapper<u32> for HistogramCommand
[src]

Important traits for &'a [u8]

impl SliceWrapperMut<u32> for HistogramCommand
[src]

Important traits for &'a [u8]

impl CostAccessors for HistogramCommand
[src]

Auto Trait Implementations