PedTimer

Type Alias PedTimer 

Source
pub type PedTimer = _PedTimer;

Aliased Type§

#[repr(C)]
pub struct PedTimer { pub frac: f32, pub start: i32, pub now: i32, pub predicted_end: i32, 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: i32§now: i32§predicted_end: i32§state_name: *const i8§handler: Option<unsafe extern "C" fn(*mut _PedTimer, *mut c_void)>§context: *mut c_void