Struct mpeg2ts_reader::psi::CrcCheckWholeSectionSyntaxPayloadParser[][src]

pub struct CrcCheckWholeSectionSyntaxPayloadParser<P> where
    P: WholeSectionSyntaxPayloadParser
{ /* fields omitted */ }

Methods

impl<P> CrcCheckWholeSectionSyntaxPayloadParser<P> where
    P: WholeSectionSyntaxPayloadParser
[src]

Trait Implementations

impl<P> WholeSectionSyntaxPayloadParser for CrcCheckWholeSectionSyntaxPayloadParser<P> where
    P: WholeSectionSyntaxPayloadParser
[src]

Auto Trait Implementations

impl<P> Send for CrcCheckWholeSectionSyntaxPayloadParser<P> where
    P: Send

impl<P> Sync for CrcCheckWholeSectionSyntaxPayloadParser<P> where
    P: Sync