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