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