Struct windows::Win32::Networking::WinSock::SOCKET_PROCESSOR_AFFINITY
#[repr(C)]pub struct SOCKET_PROCESSOR_AFFINITY {
pub Processor: PROCESSOR_NUMBER,
pub NumaNodeId: u16,
pub Reserved: u16,
}
Fields§
§Processor: PROCESSOR_NUMBER
§NumaNodeId: u16
§Reserved: u16
Trait Implementations§
§impl Clone for SOCKET_PROCESSOR_AFFINITY
impl Clone for SOCKET_PROCESSOR_AFFINITY
§fn clone(&self) -> SOCKET_PROCESSOR_AFFINITY
fn clone(&self) -> SOCKET_PROCESSOR_AFFINITY
Returns a copy 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 more§impl Debug for SOCKET_PROCESSOR_AFFINITY
impl Debug for SOCKET_PROCESSOR_AFFINITY
§impl Default for SOCKET_PROCESSOR_AFFINITY
impl Default for SOCKET_PROCESSOR_AFFINITY
§impl PartialEq for SOCKET_PROCESSOR_AFFINITY
impl PartialEq for SOCKET_PROCESSOR_AFFINITY
§fn eq(&self, other: &SOCKET_PROCESSOR_AFFINITY) -> bool
fn eq(&self, other: &SOCKET_PROCESSOR_AFFINITY) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SOCKET_PROCESSOR_AFFINITY
impl Eq for SOCKET_PROCESSOR_AFFINITY
impl StructuralPartialEq 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)