#[repr(C)]pub struct ResourceUtilizationInfoElement {
pub PhysicalNumaId: u64,
pub CurrentMemory: u64,
}
Expand description
Required features: "Win32_Networking_Clustering"
Fields
PhysicalNumaId: u64
CurrentMemory: u64
Trait Implementations
impl Clone for ResourceUtilizationInfoElement
impl Clone for ResourceUtilizationInfoElement
impl Copy for ResourceUtilizationInfoElement
Auto Trait Implementations
impl RefUnwindSafe for ResourceUtilizationInfoElement
impl Send for ResourceUtilizationInfoElement
impl Sync for ResourceUtilizationInfoElement
impl Unpin for ResourceUtilizationInfoElement
impl UnwindSafe for ResourceUtilizationInfoElement
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