[][src]Trait opencv::videostab::ILog

pub trait ILog {
    pub fn as_raw_ILog(&self) -> *const c_void;
pub fn as_raw_mut_ILog(&mut self) -> *mut c_void; pub fn print(&mut self, format: &str) -> Result<()> { ... } }

Required methods

pub fn as_raw_ILog(&self) -> *const c_void[src]

pub fn as_raw_mut_ILog(&mut self) -> *mut c_void[src]

Loading content...

Provided methods

pub fn print(&mut self, format: &str) -> Result<()>[src]

Loading content...

Implementors

impl ILog for LogToStdout[src]

impl ILog for NullLog[src]

impl ILog for PtrOfILog[src]

Loading content...