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: KAFFINITY
Group: USHORT
Reserved: [USHORT; 3]
Trait Implementations
Returns the “default value” for a type. Read more