[][src]Trait opencv::prelude::TimerTrait

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

Required methods

Loading content...

Provided methods

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

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

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

Loading content...

Implementors

impl TimerTrait for Timer[src]

Loading content...