#[repr(C)]pub struct NUMA_NODE_RELATIONSHIP {
pub NodeNumber: DWORD,
pub Reserved: [BYTE; 20],
pub GroupMask: GROUP_AFFINITY,
}
Fields
NodeNumber: DWORD
Reserved: [BYTE; 20]
GroupMask: GROUP_AFFINITY
Trait Implementations
sourceimpl Clone for NUMA_NODE_RELATIONSHIP
impl Clone for NUMA_NODE_RELATIONSHIP
sourcefn clone(&self) -> NUMA_NODE_RELATIONSHIP
fn clone(&self) -> NUMA_NODE_RELATIONSHIP
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
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