#[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 duplicate 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 Default for AVPacketList
impl Default for AVPacketList
Source§impl Hash for AVPacketList
impl Hash for AVPacketList
Source§impl Ord for AVPacketList
impl Ord for AVPacketList
Source§fn cmp(&self, other: &AVPacketList) -> Ordering
fn cmp(&self, other: &AVPacketList) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AVPacketList
impl PartialEq for AVPacketList
Source§impl PartialOrd for AVPacketList
impl PartialOrd for AVPacketList
impl Copy for AVPacketList
impl Eq for AVPacketList
impl StructuralPartialEq for AVPacketList
Auto Trait Implementations§
impl Freeze for AVPacketList
impl RefUnwindSafe for AVPacketList
impl !Send for AVPacketList
impl !Sync for AVPacketList
impl Unpin for AVPacketList
impl UnwindSafe for AVPacketList
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more