[−][src]Struct pdb::DataReferenceSymbol 
The information parsed from a symbol record with kind S_DATAREF or S_DATAREF_ST.
Fields
sum_name: u32
                           
                           
                           
                           symbol_index: u32
                           
                           
                           
                           module: u16
                           Trait Implementations
impl Debug for DataReferenceSymbol[src] 
impl Debug for DataReferenceSymbolfn fmt(&self, f: &mut Formatter) -> Result[src] 
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for DataReferenceSymbol[src] 
impl Copy for DataReferenceSymbolimpl Clone for DataReferenceSymbol[src] 
impl Clone for DataReferenceSymbolfn clone(&self) -> DataReferenceSymbol[src] 
fn clone(&self) -> DataReferenceSymbolReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src] 
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Eq for DataReferenceSymbol[src] 
impl Eq for DataReferenceSymbolimpl PartialEq for DataReferenceSymbol[src] 
impl PartialEq for DataReferenceSymbolfn eq(&self, other: &DataReferenceSymbol) -> bool[src] 
fn eq(&self, other: &DataReferenceSymbol) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &DataReferenceSymbol) -> bool[src] 
fn ne(&self, other: &DataReferenceSymbol) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for DataReferenceSymbol
impl Send for DataReferenceSymbolimpl Sync for DataReferenceSymbol
impl Sync for DataReferenceSymbol