pub trait AsPtr<T> {
// Required method
fn as_ptr(&self) -> *const T;
}
Required Methods§
Implementors§
impl AsPtr<AVCodecContext> for ffmpeg_the_third::codec::context::Context
AVCodecContext
in Context
is the target of option
operations.