Struct winapi::GROUP_AFFINITY [] [src]

pub struct GROUP_AFFINITY {
    pub Mask: KAFFINITY,
    pub Group: WORD,
    pub Reserved: [WORD; 3],
}

Fields

Mask
Group
Reserved

Trait Implementations

Derived Implementations

impl Debug for GROUP_AFFINITY

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Copy for GROUP_AFFINITY

impl Clone for GROUP_AFFINITY

fn clone(&self) -> GROUP_AFFINITY

fn clone_from(&mut self, source: &Self)