[−][src]Struct pdb::AnnotationReferenceSymbol 
The information parsed from a symbol record with kind S_ANNOTATIONREF.
Fields
sum_name: u32
                           
                           
                           
                           symbol_index: u32
                           
                           
                           
                           module: u16
                           Trait Implementations
impl Debug for AnnotationReferenceSymbol[src] 
impl Debug for AnnotationReferenceSymbolfn 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 AnnotationReferenceSymbol[src] 
impl Copy for AnnotationReferenceSymbolimpl Clone for AnnotationReferenceSymbol[src] 
impl Clone for AnnotationReferenceSymbolfn clone(&self) -> AnnotationReferenceSymbol[src] 
fn clone(&self) -> AnnotationReferenceSymbolReturns 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 AnnotationReferenceSymbol[src] 
impl Eq for AnnotationReferenceSymbolimpl PartialEq for AnnotationReferenceSymbol[src] 
impl PartialEq for AnnotationReferenceSymbolfn eq(&self, other: &AnnotationReferenceSymbol) -> bool[src] 
fn eq(&self, other: &AnnotationReferenceSymbol) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &AnnotationReferenceSymbol) -> bool[src] 
fn ne(&self, other: &AnnotationReferenceSymbol) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for AnnotationReferenceSymbol
impl Send for AnnotationReferenceSymbolimpl Sync for AnnotationReferenceSymbol
impl Sync for AnnotationReferenceSymbol