pub struct SpsParser {
pub bytes_reader: BytesReader,
pub bits_reader: BitsReader,
pub sps: Sps,
}
Fields§
§bytes_reader: BytesReader
§bits_reader: BitsReader
§sps: Sps
Implementations§
Auto Trait Implementations§
impl Freeze for SpsParser
impl RefUnwindSafe for SpsParser
impl Send for SpsParser
impl Sync for SpsParser
impl Unpin for SpsParser
impl UnwindSafe for SpsParser
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