#[repr(C)]pub struct AVPacketList {
pub pkt: AVPacket,
pub next: *mut AVPacketList,
}Fields§
§pkt: AVPacket§next: *mut AVPacketListtrait 实现§
源代码§impl Clone for AVPacketList
impl Clone for AVPacketList
源代码§fn clone(&self) -> AVPacketList
fn clone(&self) -> AVPacketList
Returns a duplicate of the value. 阅读更多
1.0.0 · 源代码§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
从
source 执行拷贝赋值。 阅读更多源代码§impl Debug for AVPacketList
impl Debug for AVPacketList
源代码§impl PartialEq for AVPacketList
impl PartialEq for AVPacketList
impl Copy for AVPacketList
impl Eq for AVPacketList
impl StructuralPartialEq for AVPacketList
自动 trait 实现§
impl Freeze for AVPacketList
impl RefUnwindSafe for AVPacketList
impl !Send for AVPacketList
impl !Sync for AVPacketList
impl Unpin for AVPacketList
impl UnsafeUnpin for AVPacketList
impl UnwindSafe for AVPacketList
blanket 实现§
源代码§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
源代码§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
从拥有的值可变地借用。 阅读更多