Struct arithmetic_coding::decoder::State
source · [−]Expand description
A convenience struct which stores the internal state of an Decoder
.
Implementations
Trait Implementations
Auto Trait Implementations
impl<B, R> RefUnwindSafe for State<B, R> where
B: RefUnwindSafe,
R: RefUnwindSafe,
impl<B, R> Send for State<B, R> where
B: Send,
R: Send,
impl<B, R> Sync for State<B, R> where
B: Sync,
R: Sync,
impl<B, R> Unpin for State<B, R> where
B: Unpin,
R: Unpin,
impl<B, R> UnwindSafe for State<B, R> where
B: UnwindSafe,
R: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more