#[repr(C)]
pub union NUMA_NODE_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 NUMA_NODE_RELATIONSHIP_0
impl Clone for NUMA_NODE_RELATIONSHIP_0
impl Copy for NUMA_NODE_RELATIONSHIP_0
Auto Trait Implementations
impl RefUnwindSafe for NUMA_NODE_RELATIONSHIP_0
impl Send for NUMA_NODE_RELATIONSHIP_0
impl Sync for NUMA_NODE_RELATIONSHIP_0
impl Unpin for NUMA_NODE_RELATIONSHIP_0
impl UnwindSafe for NUMA_NODE_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