pub type MinidumpMemory64<'a> = MinidumpMemoryBase<'a, MINIDUMP_MEMORY_DESCRIPTOR64>;
Expand description

A large region of memory from the process that wrote the minidump (usually a full dump).

Implementations

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

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