[][src]Struct en_300_468_reader::sdt::SdtProcessor

pub struct SdtProcessor<Ctx: DemuxContext, C: SdtConsumer> { /* fields omitted */ }

Methods

impl<Ctx: DemuxContext, C: SdtConsumer> SdtProcessor<Ctx, C>[src]

pub fn new(consumer: C) -> SdtProcessor<Ctx, C>[src]

Trait Implementations

impl<Ctx: DemuxContext, C: SdtConsumer> WholeSectionSyntaxPayloadParser for SdtProcessor<Ctx, C>[src]

type Context = Ctx

Type of the context object that will be passed to all methods.

Auto Trait Implementations

impl<Ctx, C> Sync for SdtProcessor<Ctx, C> where
    C: Sync,
    Ctx: Sync

impl<Ctx, C> Unpin for SdtProcessor<Ctx, C> where
    C: Unpin,
    Ctx: Unpin

impl<Ctx, C> Send for SdtProcessor<Ctx, C> where
    C: Send,
    Ctx: Send

impl<Ctx, C> RefUnwindSafe for SdtProcessor<Ctx, C> where
    C: RefUnwindSafe,
    Ctx: RefUnwindSafe

impl<Ctx, C> UnwindSafe for SdtProcessor<Ctx, C> where
    C: UnwindSafe,
    Ctx: UnwindSafe

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]