pub struct Beginning;Expand description
BitstreamReader is at the beginning of parsing bitstream.
Trait Implementations§
impl ReaderState for Beginning
impl StructuralPartialEq for Beginning
Auto Trait Implementations§
impl Freeze for Beginning
impl RefUnwindSafe for Beginning
impl Send for Beginning
impl Sync for Beginning
impl Unpin for Beginning
impl UnwindSafe for Beginning
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