Struct mpeg2ts_reader::psi::CrcCheckWholeSectionSyntaxPayloadParser
[−]
[src]
pub struct CrcCheckWholeSectionSyntaxPayloadParser<P> where
P: WholeSectionSyntaxPayloadParser, { /* fields omitted */ }
Methods
impl<P> CrcCheckWholeSectionSyntaxPayloadParser<P> where
P: WholeSectionSyntaxPayloadParser, [src]
P: WholeSectionSyntaxPayloadParser,
pub fn new(inner: P) -> CrcCheckWholeSectionSyntaxPayloadParser<P>[src]
Trait Implementations
impl<P> WholeSectionSyntaxPayloadParser for CrcCheckWholeSectionSyntaxPayloadParser<P> where
P: WholeSectionSyntaxPayloadParser, [src]
P: WholeSectionSyntaxPayloadParser,
type Context = P::Context
fn section<'a>(
&mut self,
ctx: &mut Self::Context,
header: &SectionCommonHeader,
table_syntax_header: &TableSyntaxHeader,
data: &'a [u8]
)[src]
&mut self,
ctx: &mut Self::Context,
header: &SectionCommonHeader,
table_syntax_header: &TableSyntaxHeader,
data: &'a [u8]
)
Auto Trait Implementations
impl<P> Send for CrcCheckWholeSectionSyntaxPayloadParser<P> where
P: Send,
P: Send,
impl<P> Sync for CrcCheckWholeSectionSyntaxPayloadParser<P> where
P: Sync,
P: Sync,