Struct windows_sys::Win32::System::Diagnostics::Debug::MINIDUMP_SYSTEM_BASIC_PERFORMANCE_INFORMATION
[−]#[repr(C, packed(4))]pub struct MINIDUMP_SYSTEM_BASIC_PERFORMANCE_INFORMATION {
pub AvailablePages: u64,
pub CommittedPages: u64,
pub CommitLimit: u64,
pub PeakCommitment: u64,
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
Fields
AvailablePages: u64
CommittedPages: u64
CommitLimit: u64
PeakCommitment: u64
Trait Implementations
impl Copy for MINIDUMP_SYSTEM_BASIC_PERFORMANCE_INFORMATION
Auto Trait Implementations
impl RefUnwindSafe for MINIDUMP_SYSTEM_BASIC_PERFORMANCE_INFORMATION
impl Send for MINIDUMP_SYSTEM_BASIC_PERFORMANCE_INFORMATION
impl Sync for MINIDUMP_SYSTEM_BASIC_PERFORMANCE_INFORMATION
impl Unpin for MINIDUMP_SYSTEM_BASIC_PERFORMANCE_INFORMATION
impl UnwindSafe for MINIDUMP_SYSTEM_BASIC_PERFORMANCE_INFORMATION
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