pub struct SideDataEntry { /* private fields */ }Expand description
Raw side-data entry carrying the FFmpeg type id and the unparsed
byte buffer. Type ids correspond to FFmpeg’s
AV_FRAME_DATA_* / AV_PKT_DATA_* constants — see
libavutil/frame.h and libavcodec/packet.h.
Implementations§
Source§impl SideDataEntry
impl SideDataEntry
Trait Implementations§
Source§impl Clone for SideDataEntry
impl Clone for SideDataEntry
Source§fn clone(&self) -> SideDataEntry
fn clone(&self) -> SideDataEntry
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 SideDataEntry
impl RefUnwindSafe for SideDataEntry
impl Send for SideDataEntry
impl Sync for SideDataEntry
impl Unpin for SideDataEntry
impl UnsafeUnpin for SideDataEntry
impl UnwindSafe for SideDataEntry
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