pub trait Ref {
    fn as_ptr(&self) -> *const AVPacket;
}

Required methods

Implementors