AsPtr

Trait AsPtr 

Source
pub trait AsPtr<T> {
    // Required method
    fn as_ptr(&self) -> *const T;
}

Required Methods§

Source

fn as_ptr(&self) -> *const T

Returns a *const raw pointer to the underlying FFmpeg type.

Implementors§

Source§

impl AsPtr<AVCodecContext> for ffmpeg_the_third::codec::context::Context

AVCodecContext in Context is the target of option operations.

Source§

impl AsPtr<AVCodecParameters> for Parameters

Source§

impl<'a> AsPtr<AVFilterContext> for ffmpeg_the_third::filter::context::Context<'a>

Source§

impl<'p> AsPtr<AVCodecParameters> for ParametersMut<'p>

Source§

impl<'p> AsPtr<AVCodecParameters> for ParametersRef<'p>