Struct mpeg2ts_reader::psi::SectionCommonHeader [−][src]
pub struct SectionCommonHeader {
pub table_id: u8,
pub section_syntax_indicator: bool,
pub private_indicator: bool,
pub section_length: usize,
}Fields
table_id: u8
section_syntax_indicator: bool
private_indicator: bool
section_length: usize
Methods
impl SectionCommonHeader[src]
impl SectionCommonHeaderTrait Implementations
impl Debug for SectionCommonHeader[src]
impl Debug for SectionCommonHeaderAuto Trait Implementations
impl Send for SectionCommonHeader
impl Send for SectionCommonHeaderimpl Sync for SectionCommonHeader
impl Sync for SectionCommonHeader