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