#[repr(C)]
pub struct MINIDUMP_MISC_INFO_5 {
Show 20 fields pub SizeOfInfo: u32, pub Flags1: u32, pub ProcessId: u32, pub ProcessCreateTime: u32, pub ProcessUserTime: u32, pub ProcessKernelTime: u32, pub ProcessorMaxMhz: u32, pub ProcessorCurrentMhz: u32, pub ProcessorMhzLimit: u32, pub ProcessorMaxIdleState: u32, pub ProcessorCurrentIdleState: u32, pub ProcessIntegrityLevel: u32, pub ProcessExecuteFlags: u32, pub ProtectedProcess: u32, pub TimeZoneId: u32, pub TimeZone: TIME_ZONE_INFORMATION, pub BuildString: [u16; 260], pub DbgBldStr: [u16; 40], pub XStateData: XSTATE_CONFIG_FEATURE_MSC_INFO, pub ProcessCookie: u32,
}
Expand description

Required features: "Win32_System_Diagnostics_Debug", "Win32_Foundation", "Win32_System_Time"

Fields

SizeOfInfo: u32Flags1: u32ProcessId: u32ProcessCreateTime: u32ProcessUserTime: u32ProcessKernelTime: u32ProcessorMaxMhz: u32ProcessorCurrentMhz: u32ProcessorMhzLimit: u32ProcessorMaxIdleState: u32ProcessorCurrentIdleState: u32ProcessIntegrityLevel: u32ProcessExecuteFlags: u32ProtectedProcess: u32TimeZoneId: u32TimeZone: TIME_ZONE_INFORMATIONBuildString: [u16; 260]DbgBldStr: [u16; 40]XStateData: XSTATE_CONFIG_FEATURE_MSC_INFOProcessCookie: u32

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.