Struct ffmpeg_sys_next::AVPacketList
source · [−]#[repr(C)]pub struct AVPacketList {
pub pkt: AVPacket,
pub next: *mut AVPacketList,
}Fields
pkt: AVPacketnext: *mut AVPacketListTrait Implementations
sourceimpl Clone for AVPacketList
impl Clone for AVPacketList
sourcefn clone(&self) -> AVPacketList
fn clone(&self) -> AVPacketList
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for AVPacketList
impl Debug for AVPacketList
sourceimpl PartialEq<AVPacketList> for AVPacketList
impl PartialEq<AVPacketList> for AVPacketList
sourcefn 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 ==. Read more
sourcefn ne(&self, other: &AVPacketList) -> bool
fn ne(&self, other: &AVPacketList) -> bool
This method tests for !=.
impl Copy for AVPacketList
impl Eq for AVPacketList
impl StructuralEq for AVPacketList
impl StructuralPartialEq for AVPacketList
Auto Trait Implementations
impl RefUnwindSafe for AVPacketList
impl !Send for AVPacketList
impl !Sync for AVPacketList
impl Unpin for AVPacketList
impl UnwindSafe for AVPacketList
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more