Struct winapi::GROUP_AFFINITY [] [src]

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

Fields

Mask: KAFFINITY Group: WORD Reserved: [WORD; 3]

Trait Implementations

impl Debug for GROUP_AFFINITY
[src]

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

Formats the value using the given formatter.

impl Copy for GROUP_AFFINITY
[src]

impl Clone for GROUP_AFFINITY
[src]

fn clone(&self) -> GROUP_AFFINITY

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more