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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for HistogramLiteral
[src]

[src]

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

impl SliceWrapper<u32> for HistogramLiteral
[src]

Important traits for &'a mut [u8]
[src]

impl SliceWrapperMut<u32> for HistogramLiteral
[src]

Important traits for &'a mut [u8]
[src]

impl CostAccessors for HistogramLiteral
[src]

[src]

[src]

[src]

[src]

[src]

Auto Trait Implementations