pub type MinidumpMemoryList<'a> = MinidumpMemoryListBase<'a, MINIDUMP_MEMORY_DESCRIPTOR>;
Expand description

A list of memory regions included in a minidump.

Implementations

Write a human-readable description of this MinidumpMemoryList 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