Struct rust_libretro_sys::retro_perf_counter
source · #[repr(C)]pub struct retro_perf_counter {
pub ident: *const c_char,
pub start: retro_perf_tick_t,
pub total: retro_perf_tick_t,
pub call_cnt: retro_perf_tick_t,
pub registered: bool,
}
Fields§
§ident: *const c_char
§start: retro_perf_tick_t
§total: retro_perf_tick_t
§call_cnt: retro_perf_tick_t
§registered: bool
Trait Implementations§
source§impl Clone for retro_perf_counter
impl Clone for retro_perf_counter
source§fn clone(&self) -> retro_perf_counter
fn clone(&self) -> retro_perf_counter
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