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