#[repr(C)]pub struct NUMA_NODE_RELATIONSHIP {
pub NodeNumber: u32,
pub Reserved: [u8; 18],
pub GroupCount: u16,
pub Anonymous: NUMA_NODE_RELATIONSHIP_0,
}
Expand description
Required features: "Win32_System_SystemInformation"
Fields
NodeNumber: u32
Reserved: [u8; 18]
GroupCount: u16
Anonymous: NUMA_NODE_RELATIONSHIP_0
Trait Implementations
impl Clone for NUMA_NODE_RELATIONSHIP
impl Clone for NUMA_NODE_RELATIONSHIP
impl Copy for NUMA_NODE_RELATIONSHIP
Auto Trait Implementations
impl RefUnwindSafe for NUMA_NODE_RELATIONSHIP
impl Send for NUMA_NODE_RELATIONSHIP
impl Sync for NUMA_NODE_RELATIONSHIP
impl Unpin for NUMA_NODE_RELATIONSHIP
impl UnwindSafe for NUMA_NODE_RELATIONSHIP
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