Struct winapi::um::winnt::GROUP_RELATIONSHIP
source · #[repr(C)]pub struct GROUP_RELATIONSHIP {
pub MaximumGroupCount: WORD,
pub ActiveGroupCount: WORD,
pub Reserved: [BYTE; 20],
pub GroupInfo: [PROCESSOR_GROUP_INFO; 1],
}
Fields§
§MaximumGroupCount: WORD
§ActiveGroupCount: WORD
§Reserved: [BYTE; 20]
§GroupInfo: [PROCESSOR_GROUP_INFO; 1]
Trait Implementations§
source§impl Clone for GROUP_RELATIONSHIP
impl Clone for GROUP_RELATIONSHIP
source§fn clone(&self) -> GROUP_RELATIONSHIP
fn clone(&self) -> GROUP_RELATIONSHIP
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 GROUP_RELATIONSHIP
impl Default for GROUP_RELATIONSHIP
source§fn default() -> GROUP_RELATIONSHIP
fn default() -> GROUP_RELATIONSHIP
Returns the “default value” for a type. Read more