#[repr(C)]pub struct _WIN32_MEMORY_NUMA_PERFORMANCE_INFORMATION_OUTPUT {
pub EntryCount: ULONG,
pub PerformanceEntries: [WIN32_MEMORY_NUMA_PERFORMANCE_ENTRY; 1],
}
Fields§
§EntryCount: ULONG
§PerformanceEntries: [WIN32_MEMORY_NUMA_PERFORMANCE_ENTRY; 1]
Trait Implementations§
Source§impl Clone for _WIN32_MEMORY_NUMA_PERFORMANCE_INFORMATION_OUTPUT
impl Clone for _WIN32_MEMORY_NUMA_PERFORMANCE_INFORMATION_OUTPUT
Source§fn clone(&self) -> _WIN32_MEMORY_NUMA_PERFORMANCE_INFORMATION_OUTPUT
fn clone(&self) -> _WIN32_MEMORY_NUMA_PERFORMANCE_INFORMATION_OUTPUT
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_INFORMATION_OUTPUT
impl Ord for _WIN32_MEMORY_NUMA_PERFORMANCE_INFORMATION_OUTPUT
Source§fn cmp(
&self,
other: &_WIN32_MEMORY_NUMA_PERFORMANCE_INFORMATION_OUTPUT,
) -> Ordering
fn cmp( &self, other: &_WIN32_MEMORY_NUMA_PERFORMANCE_INFORMATION_OUTPUT, ) -> 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_INFORMATION_OUTPUT
impl PartialEq for _WIN32_MEMORY_NUMA_PERFORMANCE_INFORMATION_OUTPUT
Source§fn eq(&self, other: &_WIN32_MEMORY_NUMA_PERFORMANCE_INFORMATION_OUTPUT) -> bool
fn eq(&self, other: &_WIN32_MEMORY_NUMA_PERFORMANCE_INFORMATION_OUTPUT) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for _WIN32_MEMORY_NUMA_PERFORMANCE_INFORMATION_OUTPUT
impl PartialOrd for _WIN32_MEMORY_NUMA_PERFORMANCE_INFORMATION_OUTPUT
impl Copy for _WIN32_MEMORY_NUMA_PERFORMANCE_INFORMATION_OUTPUT
impl Eq for _WIN32_MEMORY_NUMA_PERFORMANCE_INFORMATION_OUTPUT
impl StructuralPartialEq for _WIN32_MEMORY_NUMA_PERFORMANCE_INFORMATION_OUTPUT
Auto Trait Implementations§
impl Freeze for _WIN32_MEMORY_NUMA_PERFORMANCE_INFORMATION_OUTPUT
impl RefUnwindSafe for _WIN32_MEMORY_NUMA_PERFORMANCE_INFORMATION_OUTPUT
impl Send for _WIN32_MEMORY_NUMA_PERFORMANCE_INFORMATION_OUTPUT
impl Sync for _WIN32_MEMORY_NUMA_PERFORMANCE_INFORMATION_OUTPUT
impl Unpin for _WIN32_MEMORY_NUMA_PERFORMANCE_INFORMATION_OUTPUT
impl UnwindSafe for _WIN32_MEMORY_NUMA_PERFORMANCE_INFORMATION_OUTPUT
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