#[repr(C)]
pub union CACHE_RELATIONSHIP_0 {
pub GroupMask: GROUP_AFFINITY,
pub GroupMasks: [GROUP_AFFINITY; 1],
}
Expand description
Required features: "Win32_System_SystemInformation"
Fields
GroupMask: GROUP_AFFINITY
GroupMasks: [GROUP_AFFINITY; 1]
Trait Implementations
impl Clone for CACHE_RELATIONSHIP_0
impl Clone for CACHE_RELATIONSHIP_0
impl Copy for CACHE_RELATIONSHIP_0
Auto Trait Implementations
impl RefUnwindSafe for CACHE_RELATIONSHIP_0
impl Send for CACHE_RELATIONSHIP_0
impl Sync for CACHE_RELATIONSHIP_0
impl Unpin for CACHE_RELATIONSHIP_0
impl UnwindSafe for CACHE_RELATIONSHIP_0
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more