Enum brotli::enc::prior_eval::WhichPrior
source · pub enum WhichPrior {
CM = 0,
ADV = 1,
SLOW_CM = 2,
FAST_CM = 3,
STRIDE1 = 4,
STRIDE2 = 5,
STRIDE3 = 6,
STRIDE4 = 7,
NUM_PRIORS = 8,
}
Variants§
CM = 0
ADV = 1
SLOW_CM = 2
FAST_CM = 3
STRIDE1 = 4
STRIDE2 = 5
STRIDE3 = 6
STRIDE4 = 7
NUM_PRIORS = 8
Auto Trait Implementations§
impl Freeze for WhichPrior
impl RefUnwindSafe for WhichPrior
impl Send for WhichPrior
impl Sync for WhichPrior
impl Unpin for WhichPrior
impl UnwindSafe for WhichPrior
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more