Struct arithmetic_coding::encoder::State
source · [−]Expand description
A convenience struct which stores the internal state of an Encoder
.
Implementations
Trait Implementations
Auto Trait Implementations
impl<'a, B, W> RefUnwindSafe for State<'a, B, W> where
B: RefUnwindSafe,
W: RefUnwindSafe,
impl<'a, B, W> Send for State<'a, B, W> where
B: Send,
W: Send,
impl<'a, B, W> Sync for State<'a, B, W> where
B: Sync,
W: Sync,
impl<'a, B, W> Unpin for State<'a, B, W> where
B: Unpin,
impl<'a, B, W> !UnwindSafe for State<'a, B, W>
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