Struct mpeg2ts_reader::demultiplex::PatSection [−][src]
pub struct PatSection<'buf> { /* fields omitted */ }Methods
impl<'buf> PatSection<'buf>[src]
impl<'buf> PatSection<'buf>pub fn new(data: &'buf [u8]) -> PatSection<'buf>[src]
pub fn new(data: &'buf [u8]) -> PatSection<'buf>ⓘImportant traits for ProgramIter<'buf>pub fn programs(&self) -> ProgramIter[src]
ⓘImportant traits for ProgramIter<'buf>
pub fn programs(&self) -> ProgramIterTrait Implementations
impl<'buf> Clone for PatSection<'buf>[src]
impl<'buf> Clone for PatSection<'buf>fn clone(&self) -> PatSection<'buf>[src]
fn clone(&self) -> PatSection<'buf>Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl<'buf> Debug for PatSection<'buf>[src]
impl<'buf> Debug for PatSection<'buf>Auto Trait Implementations
impl<'buf> Send for PatSection<'buf>
impl<'buf> Send for PatSection<'buf>impl<'buf> Sync for PatSection<'buf>
impl<'buf> Sync for PatSection<'buf>