#[repr(C)]pub struct SOCKET_PROCESSOR_AFFINITY {
pub Processor: PROCESSOR_NUMBER,
pub NumaNodeId: USHORT,
pub Reserved: USHORT,
}
Fields§
§Processor: PROCESSOR_NUMBER
§NumaNodeId: USHORT
§Reserved: USHORT
Trait Implementations§
Source§impl Clone for SOCKET_PROCESSOR_AFFINITY
impl Clone for SOCKET_PROCESSOR_AFFINITY
Source§fn clone(&self) -> SOCKET_PROCESSOR_AFFINITY
fn clone(&self) -> SOCKET_PROCESSOR_AFFINITY
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for SOCKET_PROCESSOR_AFFINITY
impl Default for SOCKET_PROCESSOR_AFFINITY
Source§fn default() -> SOCKET_PROCESSOR_AFFINITY
fn default() -> SOCKET_PROCESSOR_AFFINITY
Returns the “default value” for a type. Read more
impl Copy for SOCKET_PROCESSOR_AFFINITY
Auto Trait Implementations§
impl Freeze for SOCKET_PROCESSOR_AFFINITY
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more