Struct arithmetic_coding_adder_dep::encoder::State
source · pub struct State<B, W>where
B: BitStore,
W: BitWrite,{ /* private fields */ }
Expand description
A convenience struct which stores the internal state of an Encoder
.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<B, W> RefUnwindSafe for State<B, W>where B: RefUnwindSafe, W: RefUnwindSafe,
impl<B, W> Send for State<B, W>where B: Send, W: Send,
impl<B, W> Sync for State<B, W>where B: Sync, W: Sync,
impl<B, W> Unpin for State<B, W>where B: Unpin, W: Unpin,
impl<B, W> UnwindSafe for State<B, W>where B: UnwindSafe, W: UnwindSafe,
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