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_TYPE
Reserved: DWORD
Value: DWORD64
Trait Implementations
Returns the “default value” for a type. Read more