Struct ffmpeg::ffmpeg::AVFrameSideData
source · #[repr(C)]pub struct AVFrameSideData {
pub type_: c_uint,
pub data: *mut u8,
pub size: usize,
pub metadata: *mut AVDictionary,
pub buf: *mut AVBufferRef,
}
Fields§
§type_: c_uint
§data: *mut u8
§size: usize
§metadata: *mut AVDictionary
§buf: *mut AVBufferRef
Trait 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 more