pub struct AttachmentStream {
pub duration_ts: u64,
pub tags: AttachmentTags,
pub codec_long_name: Option<String>,
pub codec_name: Option<String>,
}Expand description
Stream of type attachment
Fields§
§duration_ts: u64Duration of the video stream in timestamp units.
Metadata tags associated with the video stream.
codec_long_name: Option<String>Long name of the codec used for the video stream.
codec_name: Option<String>Short name of the codec used for the video stream. Example: h264
Trait Implementations§
Source§impl Clone for AttachmentStream
impl Clone for AttachmentStream
Source§fn clone(&self) -> AttachmentStream
fn clone(&self) -> AttachmentStream
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 AttachmentStream
impl Debug for AttachmentStream
Source§impl<'de> Deserialize<'de> for AttachmentStream
impl<'de> Deserialize<'de> for AttachmentStream
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 AttachmentStream
impl PartialEq for AttachmentStream
Source§impl Serialize for AttachmentStream
impl Serialize for AttachmentStream
impl Eq for AttachmentStream
impl StructuralPartialEq for AttachmentStream
Auto Trait Implementations§
impl Freeze for AttachmentStream
impl RefUnwindSafe for AttachmentStream
impl Send for AttachmentStream
impl Sync for AttachmentStream
impl Unpin for AttachmentStream
impl UnwindSafe for AttachmentStream
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)