pub type MinidumpMemory64List<'a> = MinidumpMemoryListBase<'a, MINIDUMP_MEMORY_DESCRIPTOR64>;
Expand description

A list of large memory regions included in a minidump (usually a full dump).

Implementations

Write a human-readable description of this MinidumpMemory64List to f.

This is very verbose, it is the format used by minidump_dump.

Trait Implementations

The stream type constant used in the md::MDRawDirectory entry.

Read this MinidumpStream type from bytes. Read more