Struct minidump::MinidumpModuleList [] [src]

pub struct MinidumpModuleList { /* fields omitted */ }

A list of MinidumpModules contained in a Minidump.

Methods

impl MinidumpModuleList
[src]

[src]

Return an empty MinidumpModuleList.

[src]

Create a MinidumpModuleList from a list of MinidumpModules.

[src]

Returns the module corresponding to the main executable.

[src]

Return a MinidumpModule whose address range covers addr.

[src]

Iterate over the modules in arbitrary order.

[src]

Iterate over the modules in order by memory address.

[src]

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

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

Trait Implementations

impl Clone for MinidumpModuleList
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl MinidumpStream for MinidumpModuleList
[src]

[src]

The stream type constant used in the md::MDRawDirectory entry.

[src]

Read this MinidumpStream type from f.