[][src]Trait opencv::videostab::NullLogTrait

pub trait NullLogTrait: ILog {
    pub fn as_raw_NullLog(&self) -> *const c_void;
pub fn as_raw_mut_NullLog(&mut self) -> *mut c_void; pub fn print(&mut self, unnamed: &str) -> Result<()> { ... } }

Required methods

Loading content...

Provided methods

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

Loading content...

Implementors

impl NullLogTrait for NullLog[src]

Loading content...