[][src]Trait opencv::core::TimerTrait

pub trait TimerTrait {
    fn as_raw_Timer(&self) -> *const c_void;
fn as_raw_mut_Timer(&mut self) -> *mut c_void; fn start(&mut self) -> Result<()> { ... }
fn stop(&mut self) -> Result<()> { ... }
fn duration_ns(&self) -> Result<u64> { ... } }

Required methods

Loading content...

Provided methods

fn start(&mut self) -> Result<()>[src]

fn stop(&mut self) -> Result<()>[src]

fn duration_ns(&self) -> Result<u64>[src]

Loading content...

Implementors

impl TimerTrait for Timer[src]

Loading content...