[][src]Trait ffmpeg_next::util::option::Target

pub unsafe trait Target {
    fn as_ptr(&self) -> *const c_void;
fn as_mut_ptr(&mut self) -> *mut c_void; }

Required methods

fn as_ptr(&self) -> *const c_void

fn as_mut_ptr(&mut self) -> *mut c_void

Loading content...

Implementors

impl<'a> Target for Context<'a>[src]

Loading content...