[][src]Struct brotli::enc::prior_eval::PriorEval

pub struct PriorEval<'a, Alloc: Allocator<s16> + Allocator<u32> + Allocator<v8>> { /* fields omitted */ }

Methods

impl<'a, Alloc: Allocator<s16> + Allocator<u32> + Allocator<v8>> PriorEval<'a, Alloc>[src]

pub fn new(
    alloc: &mut Alloc,
    input: InputPair<'a>,
    stride: [u8; 8],
    prediction_mode: PredictionModeContextMap<InputReferenceMut<'a>>,
    params: &BrotliEncoderParams
) -> Self
[src]

pub fn choose_bitmask(&mut self)[src]

pub fn free(&mut self, alloc: &mut Alloc)[src]

pub fn take_prediction_mode(
    &mut self
) -> PredictionModeContextMap<InputReferenceMut<'a>>
[src]

Trait Implementations

impl<'a, 'b, Alloc: Allocator<s16> + Allocator<u32> + Allocator<v8>> CommandProcessor<'b> for PriorEval<'a, Alloc>[src]

impl<'a, Alloc: Allocator<s16> + Allocator<u32> + Allocator<v8>> IRInterpreter for PriorEval<'a, Alloc>[src]

Auto Trait Implementations

impl<'a, Alloc> RefUnwindSafe for PriorEval<'a, Alloc> where
    <Alloc as Allocator<u32>>::AllocatedMemory: RefUnwindSafe,
    <Alloc as Allocator<Compat16x16>>::AllocatedMemory: RefUnwindSafe,
    <Alloc as Allocator<CompatF8>>::AllocatedMemory: RefUnwindSafe

impl<'a, Alloc> Send for PriorEval<'a, Alloc> where
    <Alloc as Allocator<u32>>::AllocatedMemory: Send,
    <Alloc as Allocator<Compat16x16>>::AllocatedMemory: Send,
    <Alloc as Allocator<CompatF8>>::AllocatedMemory: Send

impl<'a, Alloc> Sync for PriorEval<'a, Alloc> where
    <Alloc as Allocator<u32>>::AllocatedMemory: Sync,
    <Alloc as Allocator<Compat16x16>>::AllocatedMemory: Sync,
    <Alloc as Allocator<CompatF8>>::AllocatedMemory: Sync

impl<'a, Alloc> Unpin for PriorEval<'a, Alloc> where
    <Alloc as Allocator<u32>>::AllocatedMemory: Unpin,
    <Alloc as Allocator<Compat16x16>>::AllocatedMemory: Unpin,
    <Alloc as Allocator<CompatF8>>::AllocatedMemory: Unpin

impl<'a, Alloc> !UnwindSafe for PriorEval<'a, Alloc>

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, 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.