Struct winapi::um::winnt::SYSTEM_PROCESSOR_CYCLE_TIME_INFORMATION [−][src]
#[repr(C)]pub struct SYSTEM_PROCESSOR_CYCLE_TIME_INFORMATION {
pub CycleTime: DWORD64,
}
Fields
CycleTime: DWORD64
Trait Implementations
Returns the “default value” for a type. Read more