[][src]Struct brotli::enc::find_stride::BucketPopIndex

pub struct BucketPopIndex {
    pub val: u8,
    pub six_bits: u8,
    pub stride: u8,
}

Fields

val: u8six_bits: u8stride: u8

Trait Implementations

impl Clone for BucketPopIndex[src][+]

impl Copy for BucketPopIndex[src]

impl<AllocU32: Allocator<u32>> Index<BucketPopIndex> for EntropyBucketPopulation<AllocU32>[src][+]

type Output = u32

The returned type after indexing.

impl<AllocU32: Allocator<u32>> IndexMut<BucketPopIndex> for EntropyBucketPopulation<AllocU32>[src][+]

Auto Trait Implementations

impl RefUnwindSafe for BucketPopIndex

impl Send for BucketPopIndex

impl Sync for BucketPopIndex

impl Unpin for BucketPopIndex

impl UnwindSafe for BucketPopIndex

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src][+]

impl<T> Borrow<T> for T where
    T: ?Sized
[src][+]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src][+]

impl<T> From<T> for T[src][+]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src][+]

impl<T> ToOwned for T where
    T: Clone
[src][+]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src][+]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src][+]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.