struct Subtitles {
srt: PathBuf,
vtt: PathBuf,
vtt_file: String,
}Expand description
Represents the paths and filenames for subtitles, including both SRT and VTT formats.
Fields§
§srt: PathBuf§vtt: PathBuf§vtt_file: StringAuto Trait Implementations§
impl RefUnwindSafe for Subtitles
impl Send for Subtitles
impl Sync for Subtitles
impl Unpin for Subtitles
impl UnwindSafe for Subtitles
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