[][src]Struct va_ts::PAT

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

ISO/IEC 13818-1

Program association Table

Implementations

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

pub fn new(buf: &'buf [u8]) -> PAT<'buf>[src]

pub fn try_new(buf: &'buf [u8]) -> Result<PAT<'buf>>[src]

pub fn validate(&self) -> Result<()>[src]

pub fn programs(&self) -> Cursor<'buf, Program<'_>>[src]

pub fn first_program_map_pid(&self) -> Option<u16>[src]

pub fn transport_stream_id(&self) -> u16[src]

Trait Implementations

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

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

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

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

Auto Trait Implementations

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

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

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

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

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

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.