[−][src]Struct brotli::enc::find_stride::BucketPopIndex
Fields
val: u8
six_bits: u8
stride: u8
Trait Implementations
impl Clone for BucketPopIndex
[src]
fn clone(&self) -> BucketPopIndex
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for BucketPopIndex
[src]
impl<AllocU32: Allocator<u32>> Index<BucketPopIndex> for EntropyBucketPopulation<AllocU32>
[src]
type Output = u32
The returned type after indexing.
fn index<'a>(&'a self, index: BucketPopIndex) -> &'a u32
[src]
impl<AllocU32: Allocator<u32>> IndexMut<BucketPopIndex> for EntropyBucketPopulation<AllocU32>
[src]
fn index_mut<'a>(&'a mut self, index: BucketPopIndex) -> &'a mut u32
[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]
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,
fn borrow_mut(&mut self) -> &mut T
[src]
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,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,