[][src]Struct va_ts::EIT

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

ETSI EN 300 468 V1.15.1

Event Information Table

Implementations

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

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

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

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

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

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

Trait Implementations

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

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

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

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

Auto Trait Implementations

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

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

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

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

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