#[repr(C)]pub struct HARDWARE_COUNTER_DATA {
pub Type: HARDWARE_COUNTER_TYPE,
pub Reserved: u32,
pub Value: u64,
}
Expand description
Required features: "Win32_System_Performance_HardwareCounterProfiling"
Fields
Type: HARDWARE_COUNTER_TYPE
Reserved: u32
Value: u64
Trait Implementations
impl Clone for HARDWARE_COUNTER_DATA
impl Clone for HARDWARE_COUNTER_DATA
impl Copy for HARDWARE_COUNTER_DATA
Auto Trait Implementations
impl RefUnwindSafe for HARDWARE_COUNTER_DATA
impl Send for HARDWARE_COUNTER_DATA
impl Sync for HARDWARE_COUNTER_DATA
impl Unpin for HARDWARE_COUNTER_DATA
impl UnwindSafe for HARDWARE_COUNTER_DATA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more