Struct ffmpeg_sys_next::AVFrameSideData
source · #[repr(C)]pub struct AVFrameSideData {
pub type_: AVFrameSideDataType,
pub data: *mut u8,
pub size: c_int,
pub metadata: *mut AVDictionary,
pub buf: *mut AVBufferRef,
}Fields§
§type_: AVFrameSideDataType§data: *mut u8§size: c_int§metadata: *mut AVDictionary§buf: *mut AVBufferRefTrait Implementations§
source§impl Clone for AVFrameSideData
impl Clone for AVFrameSideData
source§fn clone(&self) -> AVFrameSideData
fn clone(&self) -> AVFrameSideData
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 AVFrameSideData
impl Debug for AVFrameSideData
source§impl PartialEq<AVFrameSideData> for AVFrameSideData
impl PartialEq<AVFrameSideData> for AVFrameSideData
source§fn eq(&self, other: &AVFrameSideData) -> bool
fn eq(&self, other: &AVFrameSideData) -> bool
This method tests for
self and other values to be equal, and is used
by ==.