Struct apollo_hyper_libretro_sys::PerfCounter
source · #[repr(C)]pub struct PerfCounter {
pub ident: *const c_char,
pub start: PerfTick,
pub total: PerfTick,
pub call_cnt: PerfTick,
pub registered: bool,
}Fields§
§ident: *const c_char§start: PerfTick§total: PerfTick§call_cnt: PerfTick§registered: boolTrait Implementations§
source§impl Clone for PerfCounter
impl Clone for PerfCounter
source§fn clone(&self) -> PerfCounter
fn clone(&self) -> PerfCounter
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more