Type Alias mjTimerStat

Source
pub type mjTimerStat = _mjTimerStat;

Aliased Type§

#[repr(C)]
pub struct mjTimerStat { pub duration: f64, pub number: i32, }

Fields§

§duration: f64§number: i32