Struct pdb::PDBInformation [] [src]

pub struct PDBInformation {
    pub version: HeaderVersion,
    pub signature: u32,
    pub age: u32,
    pub guid: Uuid,
}

A PDB info stream header parsed from a stream. Reference: http://llvm.org/docs/PDB/PdbStream.html

Fields

Trait Implementations

impl Debug for PDBInformation
[src]

Formats the value using the given formatter.

impl Copy for PDBInformation
[src]

impl Clone for PDBInformation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more