#[repr(C)]pub struct SOCKET_PROCESSOR_AFFINITY {
pub Processor: PROCESSOR_NUMBER,
pub NumaNodeId: USHORT,
pub Reserved: USHORT,
}Fields
Processor: PROCESSOR_NUMBERNumaNodeId: USHORTReserved: USHORTTrait Implementations
sourceimpl Clone for SOCKET_PROCESSOR_AFFINITY
impl Clone for SOCKET_PROCESSOR_AFFINITY
sourcefn clone(&self) -> SOCKET_PROCESSOR_AFFINITY
fn clone(&self) -> SOCKET_PROCESSOR_AFFINITY
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 SOCKET_PROCESSOR_AFFINITY
Auto Trait Implementations
impl RefUnwindSafe for SOCKET_PROCESSOR_AFFINITY
impl Send for SOCKET_PROCESSOR_AFFINITY
impl Sync for SOCKET_PROCESSOR_AFFINITY
impl Unpin for SOCKET_PROCESSOR_AFFINITY
impl UnwindSafe for SOCKET_PROCESSOR_AFFINITY
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