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
sourceimpl Debug for PerfCounters
impl Debug for PerfCounters
sourceimpl Default for PerfCounters
impl Default for PerfCounters
sourcefn default() -> PerfCounters
fn default() -> PerfCounters
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for PerfCounters
impl !Send for PerfCounters
impl !Sync for PerfCounters
impl Unpin for PerfCounters
impl UnwindSafe for PerfCounters
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
