Struct winapi::um::winnt::PROCESSOR_GROUP_INFO
source · #[repr(C)]pub struct PROCESSOR_GROUP_INFO {
pub MaximumProcessorCount: BYTE,
pub ActiveProcessorCount: BYTE,
pub Reserved: [BYTE; 38],
pub ActiveProcessorMask: KAFFINITY,
}
Fields§
§MaximumProcessorCount: BYTE
§ActiveProcessorCount: BYTE
§Reserved: [BYTE; 38]
§ActiveProcessorMask: KAFFINITY
Trait Implementations§
source§impl Clone for PROCESSOR_GROUP_INFO
impl Clone for PROCESSOR_GROUP_INFO
source§fn clone(&self) -> PROCESSOR_GROUP_INFO
fn clone(&self) -> PROCESSOR_GROUP_INFO
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for PROCESSOR_GROUP_INFO
impl Default for PROCESSOR_GROUP_INFO
source§fn default() -> PROCESSOR_GROUP_INFO
fn default() -> PROCESSOR_GROUP_INFO
Returns the “default value” for a type. Read more