Struct winapi::shared::ntdef::GROUP_AFFINITY   [−][src]
#[repr(C)]pub struct GROUP_AFFINITY {
    pub Mask: KAFFINITY,
    pub Group: USHORT,
    pub Reserved: [USHORT; 3],
}Fields
Mask: KAFFINITYGroup: USHORTReserved: [USHORT; 3]Trait Implementations
Returns the “default value” for a type. Read more