Struct winapi::shared::ntdef::GROUP_AFFINITY
source · #[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§
source§impl Clone for GROUP_AFFINITY
impl Clone for GROUP_AFFINITY
source§fn clone(&self) -> GROUP_AFFINITY
fn clone(&self) -> GROUP_AFFINITY
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_AFFINITY
impl Default for GROUP_AFFINITY
source§fn default() -> GROUP_AFFINITY
fn default() -> GROUP_AFFINITY
Returns the “default value” for a type. Read more