Struct mpeg2ts_reader::demultiplex::PatSection[][src]

pub struct PatSection<'buf> { /* fields omitted */ }

Methods

impl<'buf> PatSection<'buf>
[src]

Important traits for ProgramIter<'buf>

Trait Implementations

impl<'buf> Clone for PatSection<'buf>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'buf> Debug for PatSection<'buf>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'buf> Send for PatSection<'buf>

impl<'buf> Sync for PatSection<'buf>