Struct rsmpeg::avcodec::AVCodecParametersRef [−][src]
pub struct AVCodecParametersRef<'a> { /* fields omitted */ }Implementations
impl<'a> AVCodecParametersRef<'a>[src]
impl<'a> AVCodecParametersRef<'a>[src]pub unsafe fn from_raw(raw: NonNull<AVCodecParameters>) -> Self[src]
pub unsafe fn from_raw(raw: NonNull<AVCodecParameters>) -> Self[src]Safety
This function should only be called when raw is valid and can
be dropped. Please ensure its lifetime when used.
Methods from Deref<Target = AVCodecParameters>
pub fn as_ptr(&self) -> *const AVCodecParameters[src]
Trait Implementations
impl<'a> Deref for AVCodecParametersRef<'a>[src]
impl<'a> Deref for AVCodecParametersRef<'a>[src]type Target = AVCodecParameters
type Target = AVCodecParametersThe resulting type after dereferencing.