跳到主要内容
Ref
搜索
ffmpeg_
next
8.1.0
Ref
必需方法
as_ptr
实现者
在 ffmpeg_
next::
codec::
packet::
traits 中
ffmpeg_next
::
codec
::
packet
::
traits
trait
Ref
复制项目路径
源代码
pub trait Ref { // Required method fn
as_ptr
(&self) ->
*const
AVPacket
; }
必需方法
§
源代码
fn
as_ptr
(&self) ->
*const
AVPacket
实现者
§
源代码
§
impl
Ref
for
Packet
源代码
§
impl<'a>
Ref
for
Borrow
<'a>