pub struct SubtitleTrackParams<E: DemuxAdapter> { /* private fields */ }Expand description
Payload for TrackParams::Subtitle.
Implementations§
Source§impl<E: DemuxAdapter> SubtitleTrackParams<E>
impl<E: DemuxAdapter> SubtitleTrackParams<E>
Trait Implementations§
Auto Trait Implementations§
impl<E> Freeze for SubtitleTrackParams<E>
impl<E> RefUnwindSafe for SubtitleTrackParams<E>
impl<E> Send for SubtitleTrackParams<E>
impl<E> Sync for SubtitleTrackParams<E>
impl<E> Unpin for SubtitleTrackParams<E>
impl<E> UnsafeUnpin for SubtitleTrackParams<E>
impl<E> UnwindSafe for SubtitleTrackParams<E>
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