pub struct PerfCounter {
pub(crate) ident: CString,
pub(crate) counter: retro_perf_counter,
}Fields§
§ident: CStringBorrowed by the retro_perf_counter.
counter: retro_perf_counterTrait Implementations§
Auto Trait Implementations§
impl !Send for PerfCounter
impl !Sync for PerfCounter
impl Freeze for PerfCounter
impl RefUnwindSafe for PerfCounter
impl Unpin for PerfCounter
impl UnsafeUnpin for PerfCounter
impl UnwindSafe for PerfCounter
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