pub struct SubtititleTags {
pub tags: StreamTags,
pub filename: Option<String>,
pub mimetype: Option<String>,
pub width: Option<i64>,
pub height: Option<i64>,
pub bit_rate: Option<i64>,
pub source_id: Option<String>,
pub extra: HashMap<String, Value>,
}Expand description
Tags specific for subtitles
Fields§
§filename: Option<String>§mimetype: Option<String>§width: Option<i64>§height: Option<i64>§bit_rate: Option<i64>§source_id: Option<String>§extra: HashMap<String, Value>Trait Implementations§
Source§impl Clone for SubtititleTags
impl Clone for SubtititleTags
Source§fn clone(&self) -> SubtititleTags
fn clone(&self) -> SubtititleTags
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SubtititleTags
impl Debug for SubtititleTags
Source§impl<'de> Deserialize<'de> for SubtititleTags
impl<'de> Deserialize<'de> for SubtititleTags
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SubtititleTags
impl PartialEq for SubtititleTags
Source§impl Serialize for SubtititleTags
impl Serialize for SubtititleTags
impl Eq for SubtititleTags
impl StructuralPartialEq for SubtititleTags
Auto Trait Implementations§
impl Freeze for SubtititleTags
impl RefUnwindSafe for SubtititleTags
impl Send for SubtititleTags
impl Sync for SubtititleTags
impl Unpin for SubtititleTags
impl UnwindSafe for SubtititleTags
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)