pub struct StateMap { /* private fields */ }Expand description
Maps 256 states to adaptive 12-bit probabilities.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StateMap
impl RefUnwindSafe for StateMap
impl Send for StateMap
impl Sync for StateMap
impl Unpin for StateMap
impl UnsafeUnpin for StateMap
impl UnwindSafe for StateMap
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