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

Methods

impl SectionCommonHeader
[src]

SIZE: usize = 3

Trait Implementations

impl Debug for SectionCommonHeader
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations