#[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 duplicate 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 moreSource§impl Debug for retro_perf_counter
impl Debug for retro_perf_counter
impl Copy for retro_perf_counter
Auto Trait Implementations§
impl Freeze for retro_perf_counter
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more