Enum minidump::CodeViewPDBRaw [] [src]

pub enum CodeViewPDBRaw {
    PDB20(MDCVInfoPDB20),
    PDB70(MDCVInfoPDB70),
}

Raw bytes of CodeView data in a minidump file.

Variants

PDB 2.0 format data.

PDB 7.0 format data (most common).

Trait Implementations

impl Clone for CodeViewPDBRaw
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more