Struct scte35_reader::Scte35SectionProcessor[][src]

pub struct Scte35SectionProcessor<P, Ctx: DemuxContext> where
    P: SpliceInfoProcessor
{ /* fields omitted */ }

Implementations

impl<P, Ctx: DemuxContext> Scte35SectionProcessor<P, Ctx> where
    P: SpliceInfoProcessor
[src]

pub fn new(processor: P) -> Scte35SectionProcessor<P, Ctx>[src]

Trait Implementations

impl<P, Ctx: DemuxContext> WholeCompactSyntaxPayloadParser for Scte35SectionProcessor<P, Ctx> where
    P: SpliceInfoProcessor
[src]

type Context = Ctx

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

Auto Trait Implementations

impl<P, Ctx> RefUnwindSafe for Scte35SectionProcessor<P, Ctx> where
    Ctx: RefUnwindSafe,
    P: RefUnwindSafe

impl<P, Ctx> Send for Scte35SectionProcessor<P, Ctx> where
    Ctx: Send,
    P: Send

impl<P, Ctx> Sync for Scte35SectionProcessor<P, Ctx> where
    Ctx: Sync,
    P: Sync

impl<P, Ctx> Unpin for Scte35SectionProcessor<P, Ctx> where
    Ctx: Unpin,
    P: Unpin

impl<P, Ctx> UnwindSafe for Scte35SectionProcessor<P, Ctx> where
    Ctx: UnwindSafe,
    P: UnwindSafe

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.