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. This is usually a MINIDUMP_STREAM_TYPE but it’s left as a u32 to allow external projects to add support for their own custom streams. Read more

Read this MinidumpStream type from bytes. Read more