Struct ffprobe::StreamTags
source · pub struct StreamTags {
pub language: Option<String>,
pub creation_time: Option<String>,
pub handler_name: Option<String>,
pub encoder: Option<String>,
pub timecode: Option<String>,
pub reel_name: Option<String>,
}
Fields§
§language: Option<String>
§creation_time: Option<String>
§handler_name: Option<String>
§encoder: Option<String>
§timecode: Option<String>
§reel_name: Option<String>
Trait Implementations§
source§impl Clone for StreamTags
impl Clone for StreamTags
source§fn clone(&self) -> StreamTags
fn clone(&self) -> StreamTags
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 StreamTags
impl Debug for StreamTags
source§impl Default for StreamTags
impl Default for StreamTags
source§fn default() -> StreamTags
fn default() -> StreamTags
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for StreamTags
impl<'de> Deserialize<'de> for StreamTags
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 StreamTags
impl PartialEq for StreamTags
source§fn eq(&self, other: &StreamTags) -> bool
fn eq(&self, other: &StreamTags) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for StreamTags
impl Serialize for StreamTags
impl StructuralPartialEq for StreamTags
Auto Trait Implementations§
impl Freeze for StreamTags
impl RefUnwindSafe for StreamTags
impl Send for StreamTags
impl Sync for StreamTags
impl Unpin for StreamTags
impl UnwindSafe for StreamTags
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