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. 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