pub struct PerformanceCounters {
pub mcycle: MCYCLE,
pub minstret: MINSTRET,
pub mhpmcounter3: MHPMCOUNTER3,
pub mhpmcounter4: MHPMCOUNTER4,
}Expand description
Performance counters
Fields§
§mcycle: MCYCLE64-bit mcycle counter
minstret: MINSTRET64-bit minstret counter
mhpmcounter3: MHPMCOUNTER340-bit mhpmcounter3 counter
mhpmcounter4: MHPMCOUNTER440-bit mhpmcounter4 counter
Auto Trait Implementations§
impl Freeze for PerformanceCounters
impl RefUnwindSafe for PerformanceCounters
impl Send for PerformanceCounters
impl Sync for PerformanceCounters
impl Unpin for PerformanceCounters
impl UnwindSafe for PerformanceCounters
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