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_charstart: retro_perf_tick_ttotal: retro_perf_tick_tcall_cnt: retro_perf_tick_tregistered: boolTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for retro_perf_counter
impl !Send for retro_perf_counter
impl !Sync for retro_perf_counter
impl Unpin for retro_perf_counter
impl UnwindSafe for retro_perf_counter
Blanket Implementations
Mutably borrows from an owned value. Read more
