Type Definition minidump::MinidumpMemory

source · []
pub type MinidumpMemory<'a> = MinidumpMemoryBase<'a, MINIDUMP_MEMORY_DESCRIPTOR>;
Expand description

A region of memory from the process that wrote the minidump.

Implementations

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

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