pub struct Scte35SectionProcessor<P, Ctx: DemuxContext>where
P: SpliceInfoProcessor,{ /* private fields */ }Implementations§
Source§impl<P, Ctx: DemuxContext> Scte35SectionProcessor<P, Ctx>where
P: SpliceInfoProcessor,
impl<P, Ctx: DemuxContext> Scte35SectionProcessor<P, Ctx>where
P: SpliceInfoProcessor,
pub fn new(processor: P) -> Scte35SectionProcessor<P, Ctx>
Trait Implementations§
Source§impl<P, Ctx: DemuxContext> WholeCompactSyntaxPayloadParser for Scte35SectionProcessor<P, Ctx>where
P: SpliceInfoProcessor,
impl<P, Ctx: DemuxContext> WholeCompactSyntaxPayloadParser for Scte35SectionProcessor<P, Ctx>where
P: SpliceInfoProcessor,
Auto Trait Implementations§
impl<P, Ctx> Freeze for Scte35SectionProcessor<P, Ctx>where
P: Freeze,
impl<P, Ctx> RefUnwindSafe for Scte35SectionProcessor<P, Ctx>where
P: RefUnwindSafe,
Ctx: RefUnwindSafe,
impl<P, Ctx> Send for Scte35SectionProcessor<P, Ctx>
impl<P, Ctx> Sync for Scte35SectionProcessor<P, Ctx>
impl<P, Ctx> Unpin for Scte35SectionProcessor<P, Ctx>
impl<P, Ctx> UnwindSafe for Scte35SectionProcessor<P, Ctx>where
P: UnwindSafe,
Ctx: UnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more