PedTimer

Type Alias PedTimer 

Source
pub type PedTimer = _PedTimer;

Aliased Type§

#[repr(C)]
pub struct PedTimer { pub frac: f32, pub start: i64, pub now: i64, pub predicted_end: i64, pub state_name: *const i8, pub handler: Option<unsafe extern "C" fn(*mut _PedTimer, *mut c_void)>, pub context: *mut c_void, }

Fields§

§frac: f32§start: i64§now: i64§predicted_end: i64§state_name: *const i8§handler: Option<unsafe extern "C" fn(*mut _PedTimer, *mut c_void)>§context: *mut c_void