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