Struct rust_libretro::types::PerfCounters
source · pub struct PerfCounters {
pub interface: Option<retro_perf_callback>,
pub counters: HashMap<&'static str, PerfCounter>,
}
Fields§
§interface: Option<retro_perf_callback>
§counters: HashMap<&'static str, PerfCounter>
Trait Implementations§
source§impl Debug for PerfCounters
impl Debug for PerfCounters
source§impl Default for PerfCounters
impl Default for PerfCounters
source§fn default() -> PerfCounters
fn default() -> PerfCounters
Returns the “default value” for a type. Read more