#[repr(u64)]pub enum HwId {
CpuCycles = 0,
Instructions = 1,
CacheReferences = 2,
CacheMisses = 3,
BranchInstructions = 4,
BranchMisses = 5,
BusCycles = 6,
StalledCyclesFrontend = 7,
StalledCyclesBackend = 8,
RefCpuCycles = 9,
}
Variants§
CpuCycles = 0
Instructions = 1
CacheReferences = 2
CacheMisses = 3
BranchInstructions = 4
BranchMisses = 5
BusCycles = 6
StalledCyclesFrontend = 7
StalledCyclesBackend = 8
RefCpuCycles = 9
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HwId
impl RefUnwindSafe for HwId
impl Send for HwId
impl Sync for HwId
impl Unpin for HwId
impl UnwindSafe for HwId
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