[][src]Struct va_ts::SDT

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

ETSI EN 300 468 V1.15.1

Service Description Table

Implementations

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

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

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

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

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

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

Trait Implementations

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

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

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

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

Auto Trait Implementations

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

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

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

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

impl<'buf> UnwindSafe for SDT<'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.