pub struct EndOfStream;Expand description
BitstreamReader has completed stream parsing.
Trait Implementations§
Source§impl Debug for EndOfStream
impl Debug for EndOfStream
Source§impl PartialEq for EndOfStream
impl PartialEq for EndOfStream
Source§fn eq(&self, other: &EndOfStream) -> bool
fn eq(&self, other: &EndOfStream) -> bool
Tests for
self and other values to be equal, and is used by ==.impl ReaderState for EndOfStream
impl StructuralPartialEq for EndOfStream
Auto Trait Implementations§
impl Freeze for EndOfStream
impl RefUnwindSafe for EndOfStream
impl Send for EndOfStream
impl Sync for EndOfStream
impl Unpin for EndOfStream
impl UnsafeUnpin for EndOfStream
impl UnwindSafe for EndOfStream
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