[][src]Struct en_300_468_reader::sdt::Service

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

Methods

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

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

pub fn eit_schedule_flag(&self) -> bool[src]

Event Information Table is present in the transport stream?

pub fn eit_present_following_flag(&self) -> bool[src]

Event Information Table present/following is present in the transport stream?

pub fn running_status(&self) -> RunningStatus[src]

pub fn free_ca_mode(&self) -> bool[src]

pub fn descriptors<Desc: Descriptor<'buf>>(&self) -> DescriptorIter<'buf, Desc>[src]

Trait Implementations

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

Auto Trait Implementations

impl<'buf> Sync for Service<'buf>

impl<'buf> Unpin for Service<'buf>

impl<'buf> Send for Service<'buf>

impl<'buf> RefUnwindSafe for Service<'buf>

impl<'buf> UnwindSafe for Service<'buf>

Blanket Implementations

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

impl<T> From<T> for 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.

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

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

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