#[repr(C)]pub struct AVPacketList {
pub pkt: AVPacket,
pub next: *mut AVPacketList,
}
Fields§
§pkt: AVPacket
§next: *mut AVPacketList
Trait 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 for AVPacketList
impl PartialEq 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