Struct pdb::DebugInformation [] [src]

pub struct DebugInformation<'s> { /* fields omitted */ }

Provides access to the "DBI" stream inside the PDB.

This is only minimally implemented; it's really just so PDB can find the global symbol table.

DebugInformation should be able to tell you about all the modules that are present in this PDB.

Trait Implementations

impl<'s> Debug for DebugInformation<'s>
[src]

Formats the value using the given formatter.