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