Struct winapi::um::winnt::HARDWARE_COUNTER_DATA [−][src]
#[repr(C)]pub struct HARDWARE_COUNTER_DATA {
pub Type: HARDWARE_COUNTER_TYPE,
pub Reserved: DWORD,
pub Value: DWORD64,
}Fields
Type: HARDWARE_COUNTER_TYPEReserved: DWORDValue: DWORD64Trait Implementations
Returns the “default value” for a type. Read more