Trait WithSyntaxSection

Source
pub trait WithSyntaxSection<'buf>: Bufer<'buf> {
    // Provided methods
    fn b(&self) -> &'buf [u8]  { ... }
    fn version_number(&self) -> u8 { ... }
    fn current_next_indicator(&self) -> bool { ... }
    fn section_number(&self) -> u8 { ... }
    fn last_section_number(&self) -> u8 { ... }
}

Provided Methods§

Source

fn b(&self) -> &'buf [u8]

buffer seeked

Source

fn version_number(&self) -> u8

Source

fn current_next_indicator(&self) -> bool

Source

fn section_number(&self) -> u8

Source

fn last_section_number(&self) -> u8

Implementors§

Source§

impl<'buf> WithSyntaxSection<'buf> for EIT<'buf>

Source§

impl<'buf> WithSyntaxSection<'buf> for PAT<'buf>

Source§

impl<'buf> WithSyntaxSection<'buf> for PMT<'buf>

Source§

impl<'buf> WithSyntaxSection<'buf> for SDT<'buf>