Struct winapi::GROUP_AFFINITY
[−]
[src]
pub struct GROUP_AFFINITY { pub Mask: KAFFINITY, pub Group: WORD, pub Reserved: [WORD; 3], }
Fields
Mask | |
Group | |
Reserved |
pub struct GROUP_AFFINITY { pub Mask: KAFFINITY, pub Group: WORD, pub Reserved: [WORD; 3], }
Mask | |
Group | |
Reserved |
impl Debug for GROUP_AFFINITY
impl Copy for GROUP_AFFINITY
impl Clone for GROUP_AFFINITY
fn clone(&self) -> GROUP_AFFINITY
fn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).
Search functions by type signature (e.g.
vec -> usize
)