#[repr(C)]
pub struct DUMP_HEADER64 {
Show 36 fields pub Signature: u32, pub ValidDump: u32, pub MajorVersion: u32, pub MinorVersion: u32, pub DirectoryTableBase: u64, pub PfnDataBase: u64, pub PsLoadedModuleList: u64, pub PsActiveProcessHead: u64, pub MachineImageType: u32, pub NumberProcessors: u32, pub BugCheckCode: u32, pub BugCheckParameter1: u64, pub BugCheckParameter2: u64, pub BugCheckParameter3: u64, pub BugCheckParameter4: u64, pub VersionUser: [CHAR; 32], pub KdDebuggerDataBlock: u64, pub Anonymous: DUMP_HEADER64_0, pub ContextRecord: [u8; 3000], pub Exception: EXCEPTION_RECORD64, pub DumpType: u32, pub RequiredDumpSpace: i64, pub SystemTime: i64, pub Comment: [CHAR; 128], pub SystemUpTime: i64, pub MiniDumpFields: u32, pub SecondaryDataState: u32, pub ProductType: u32, pub SuiteMask: u32, pub WriterStatus: u32, pub Unused1: u8, pub KdSecondaryVersion: u8, pub Unused: [u8; 2], pub Attributes: DUMP_FILE_ATTRIBUTES, pub BootId: u32, pub _reserved0: [u8; 4008],
}
Expand description

Required features: "Win32_System_Diagnostics_Debug", "Win32_Foundation"

Fields

Signature: u32ValidDump: u32MajorVersion: u32MinorVersion: u32DirectoryTableBase: u64PfnDataBase: u64PsLoadedModuleList: u64PsActiveProcessHead: u64MachineImageType: u32NumberProcessors: u32BugCheckCode: u32BugCheckParameter1: u64BugCheckParameter2: u64BugCheckParameter3: u64BugCheckParameter4: u64VersionUser: [CHAR; 32]KdDebuggerDataBlock: u64Anonymous: DUMP_HEADER64_0ContextRecord: [u8; 3000]Exception: EXCEPTION_RECORD64DumpType: u32RequiredDumpSpace: i64SystemTime: i64Comment: [CHAR; 128]SystemUpTime: i64MiniDumpFields: u32SecondaryDataState: u32ProductType: u32SuiteMask: u32WriterStatus: u32Unused1: u8KdSecondaryVersion: u8Unused: [u8; 2]Attributes: DUMP_FILE_ATTRIBUTESBootId: u32_reserved0: [u8; 4008]

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.