Struct windows_sys::Win32::System::Power::PROCESSOR_OBJECT_INFO
#[repr(C)]pub struct PROCESSOR_OBJECT_INFO {
pub PhysicalID: u32,
pub PBlkAddress: u32,
pub PBlkLength: u8,
}Expand description
Required features: "Win32_System_Power"
Fields§
§PhysicalID: u32§PBlkAddress: u32§PBlkLength: u8