跳到主要内容

Ref

搜索

trait Ref 

源代码
pub trait Ref {
    // Required method
    fn as_ptr(&self) -> *const AVPacket;
}

必需方法§

实现者§

源代码§

impl Ref for Packet

源代码§

impl<'a> Ref for Borrow<'a>