Enum pdb::SymbolData [] [src]

pub enum SymbolData {
    PublicSymbol(PublicSymbol),
    DataSymbol(DataSymbol),
    ProcedureReference(ProcedureReferenceSymbol),
    DataReference(DataReferenceSymbol),
    AnnotationReference(AnnotationReferenceSymbol),
    Constant(ConstantSymbol),
    UserDefinedType(UserDefinedTypeSymbol),
    ThreadStorage(ThreadStorageSymbol),
}

SymbolData contains the information parsed from a symbol record.

Variants

Trait Implementations

impl Debug for SymbolData
[src]

[src]

Formats the value using the given formatter.

impl Copy for SymbolData
[src]

impl Clone for SymbolData
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for SymbolData
[src]

impl PartialEq for SymbolData
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.