Type Definition rust_libretro_sys::retro_perf_start_t
source · pub type retro_perf_start_t = Option<unsafe extern "C" fn(counter: *mut retro_perf_counter)>;Expand description
Starts a registered counter.
pub type retro_perf_start_t = Option<unsafe extern "C" fn(counter: *mut retro_perf_counter)>;Starts a registered counter.