Struct libretro_sys::PerfCounter[][src]

#[repr(C)]
pub struct PerfCounter { pub ident: *const c_char, pub start: PerfTick, pub total: PerfTick, pub call_cnt: PerfTick, pub registered: bool, }

Fields

Trait Implementations

impl Clone for PerfCounter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PerfCounter
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for PerfCounter

impl !Sync for PerfCounter