#[repr(C)]pub struct _WIN32_MEMORY_NUMA_PERFORMANCE_ENTRY {
pub InitiatorNodeNumber: ULONG,
pub TargetNodeNumber: ULONG,
pub DataType: UCHAR,
pub Flags: _WIN32_MEMORY_NUMA_PERFORMANCE_ENTRY__bindgen_ty_1,
pub MinTransferSizeInBytes: ULONGLONG,
pub EntryValue: ULONGLONG,
}
Fields§
§InitiatorNodeNumber: ULONG
§TargetNodeNumber: ULONG
§DataType: UCHAR
§Flags: _WIN32_MEMORY_NUMA_PERFORMANCE_ENTRY__bindgen_ty_1
§MinTransferSizeInBytes: ULONGLONG
§EntryValue: ULONGLONG
Trait Implementations§
Source§impl Clone for _WIN32_MEMORY_NUMA_PERFORMANCE_ENTRY
impl Clone for _WIN32_MEMORY_NUMA_PERFORMANCE_ENTRY
Source§fn clone(&self) -> _WIN32_MEMORY_NUMA_PERFORMANCE_ENTRY
fn clone(&self) -> _WIN32_MEMORY_NUMA_PERFORMANCE_ENTRY
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 moreSource§impl Ord for _WIN32_MEMORY_NUMA_PERFORMANCE_ENTRY
impl Ord for _WIN32_MEMORY_NUMA_PERFORMANCE_ENTRY
Source§fn cmp(&self, other: &_WIN32_MEMORY_NUMA_PERFORMANCE_ENTRY) -> Ordering
fn cmp(&self, other: &_WIN32_MEMORY_NUMA_PERFORMANCE_ENTRY) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _WIN32_MEMORY_NUMA_PERFORMANCE_ENTRY
impl PartialEq for _WIN32_MEMORY_NUMA_PERFORMANCE_ENTRY
Source§fn eq(&self, other: &_WIN32_MEMORY_NUMA_PERFORMANCE_ENTRY) -> bool
fn eq(&self, other: &_WIN32_MEMORY_NUMA_PERFORMANCE_ENTRY) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for _WIN32_MEMORY_NUMA_PERFORMANCE_ENTRY
impl PartialOrd for _WIN32_MEMORY_NUMA_PERFORMANCE_ENTRY
impl Copy for _WIN32_MEMORY_NUMA_PERFORMANCE_ENTRY
impl Eq for _WIN32_MEMORY_NUMA_PERFORMANCE_ENTRY
impl StructuralPartialEq for _WIN32_MEMORY_NUMA_PERFORMANCE_ENTRY
Auto Trait Implementations§
impl Freeze for _WIN32_MEMORY_NUMA_PERFORMANCE_ENTRY
impl RefUnwindSafe for _WIN32_MEMORY_NUMA_PERFORMANCE_ENTRY
impl Send for _WIN32_MEMORY_NUMA_PERFORMANCE_ENTRY
impl Sync for _WIN32_MEMORY_NUMA_PERFORMANCE_ENTRY
impl Unpin for _WIN32_MEMORY_NUMA_PERFORMANCE_ENTRY
impl UnwindSafe for _WIN32_MEMORY_NUMA_PERFORMANCE_ENTRY
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