Trait opencv::prelude::TimerTraitConst
source · [−]pub trait TimerTraitConst {
fn as_raw_Timer(&self) -> *const c_void;
fn duration_ns(&self) -> Result<u64> { ... }
}Required Methods
source
fn as_raw_Timer(&self) -> *const c_void
Provided Methods
source