Type Definition minidump::MinidumpMemory64

source ·
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§

source§

impl<'a> MinidumpMemory64<'a>

source

pub fn print<T: Write>(&self, f: &mut T, brief: bool) -> Result<()>

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

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