pub struct Arch;Trait Implementations§
Source§impl ArchFunctionality for X64
impl ArchFunctionality for X64
Source§fn perf_frequency() -> u64
fn perf_frequency() -> u64
Value in Hz of how often the counter increment.
Source§fn cpu_count_start() -> u64
fn cpu_count_start() -> u64
Value the performance counter starts with when it rolls over.
Source§fn cpu_count_end() -> u64
fn cpu_count_end() -> u64
Value that the performance counter ends with before it rolls over.
Auto Trait Implementations§
impl Freeze for X64
impl RefUnwindSafe for X64
impl Send for X64
impl Sync for X64
impl Unpin for X64
impl UnwindSafe for X64
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