[−][src]Struct brotli::enc::histogram::HistogramDistance
Fields
data_: [u32; 544]
total_count_: usize
bit_cost_: floatX
Trait Implementations
impl<AllocU8: Allocator<u8>, AllocU16: Allocator<u16>, AllocI32: Allocator<i32>, AllocU32: Allocator<u32>, AllocU64: Allocator<u64>, AllocCommand: Allocator<Command>, AllocFloatX: Allocator<floatX>, AllocV8: Allocator<v8>, AllocS16: Allocator<s16>, AllocPDF: Allocator<PDF>, AllocStaticCommand: Allocator<StaticCommand>, AllocHistogramLiteral: Allocator<HistogramLiteral>, AllocHistogramCommand: Allocator<HistogramCommand>, AllocHistogramDistance: Allocator<HistogramDistance>, AllocHistogramPair: Allocator<HistogramPair>, AllocContextType: Allocator<ContextType>, AllocHuffmanTree: Allocator<HuffmanTree>, AllocZopfliNode: Allocator<ZopfliNode>> Allocator<HistogramDistance> for CombiningAllocator<AllocU8, AllocU16, AllocI32, AllocU32, AllocU64, AllocCommand, AllocFloatX, AllocV8, AllocS16, AllocPDF, AllocStaticCommand, AllocHistogramLiteral, AllocHistogramCommand, AllocHistogramDistance, AllocHistogramPair, AllocContextType, AllocHuffmanTree, AllocZopfliNode>
[src][+]
impl Clone for HistogramDistance
[src][+]
impl CostAccessors for HistogramDistance
[src][+]
impl Default for HistogramDistance
[src][+]
impl SliceWrapper<u32> for HistogramDistance
[src][+]
impl SliceWrapperMut<u32> for HistogramDistance
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for HistogramDistance
impl Send for HistogramDistance
impl Sync for HistogramDistance
impl Unpin for HistogramDistance
impl UnwindSafe for HistogramDistance
Blanket Implementations
impl<T, U> AllocatedSlice<T> for U where
U: SliceWrapperMut<T> + SliceWrapper<T> + Default,
[src]
U: SliceWrapperMut<T> + SliceWrapper<T> + Default,
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,