[][src]Struct pdb::DataReferenceSymbol

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]

Formats the value using the given formatter. Read more

impl Copy for DataReferenceSymbol
[src]

impl Clone for DataReferenceSymbol
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for DataReferenceSymbol
[src]

impl PartialEq for DataReferenceSymbol
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for DataReferenceSymbol

impl Sync for DataReferenceSymbol