Struct pdb::DataReferenceSymbol [] [src]

pub struct DataReferenceSymbol {
    pub sum_name: u32,
    pub symbol_index: u32,
    pub module: u16,
}

The information parsed from a symbol record with kind S_DATAREF or S_DATAREF_ST.

Fields

Trait Implementations

impl Debug for DataReferenceSymbol
[src]

[src]

Formats the value using the given formatter.

impl Copy for DataReferenceSymbol
[src]

impl Clone for DataReferenceSymbol
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for DataReferenceSymbol
[src]

impl PartialEq for DataReferenceSymbol
[src]

[src]

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

[src]

This method tests for !=.