#[repr(C)]
pub struct MINIDUMP_SYSTEM_MEMORY_INFO_1 { pub Revision: u16, pub Flags: u16, pub BasicInfo: MINIDUMP_SYSTEM_BASIC_INFORMATION, pub FileCacheInfo: MINIDUMP_SYSTEM_FILECACHE_INFORMATION, pub BasicPerfInfo: MINIDUMP_SYSTEM_BASIC_PERFORMANCE_INFORMATION, pub PerfInfo: MINIDUMP_SYSTEM_PERFORMANCE_INFORMATION, }
Expand description

Required features: "Win32_System_Diagnostics_Debug"

Fields

Revision: u16Flags: u16BasicInfo: MINIDUMP_SYSTEM_BASIC_INFORMATIONFileCacheInfo: MINIDUMP_SYSTEM_FILECACHE_INFORMATIONBasicPerfInfo: MINIDUMP_SYSTEM_BASIC_PERFORMANCE_INFORMATIONPerfInfo: MINIDUMP_SYSTEM_PERFORMANCE_INFORMATION

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.