pub struct ExtractedVobSub {
pub idx_content: String,
pub sub_data: Vec<u8>,
pub language: Option<String>,
pub track_id: Option<String>,
}Fields§
§idx_content: String§sub_data: Vec<u8>§language: Option<String>§track_id: Option<String>Trait Implementations§
Source§impl Clone for ExtractedVobSub
impl Clone for ExtractedVobSub
Source§fn clone(&self) -> ExtractedVobSub
fn clone(&self) -> ExtractedVobSub
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ExtractedVobSub
impl RefUnwindSafe for ExtractedVobSub
impl Send for ExtractedVobSub
impl Sync for ExtractedVobSub
impl Unpin for ExtractedVobSub
impl UnsafeUnpin for ExtractedVobSub
impl UnwindSafe for ExtractedVobSub
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