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
Auto Trait Implementations§
impl Freeze for PerfCounters
impl RefUnwindSafe for PerfCounters
impl !Send for PerfCounters
impl !Sync for PerfCounters
impl Unpin for PerfCounters
impl UnwindSafe for PerfCounters
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more