[][src]Trait va_ts::WithSyntaxSection

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

Provided methods

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

buffer seeked

pub fn version_number(&self) -> u8[src]

pub fn current_next_indicator(&self) -> bool[src]

pub fn section_number(&self) -> u8[src]

pub fn last_section_number(&self) -> u8[src]

Loading content...

Implementors

impl<'buf> WithSyntaxSection<'buf> for EIT<'buf>[src]

impl<'buf> WithSyntaxSection<'buf> for PAT<'buf>[src]

impl<'buf> WithSyntaxSection<'buf> for PMT<'buf>[src]

impl<'buf> WithSyntaxSection<'buf> for SDT<'buf>[src]

Loading content...