[−][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 AnnotationReferenceSymbol
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for AnnotationReferenceSymbol
[src]
impl Copy for AnnotationReferenceSymbol
impl Clone for AnnotationReferenceSymbol
[src]
impl Clone for AnnotationReferenceSymbol
fn clone(&self) -> AnnotationReferenceSymbol
[src]
fn clone(&self) -> AnnotationReferenceSymbol
Returns 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 AnnotationReferenceSymbol
impl PartialEq for AnnotationReferenceSymbol
[src]
impl PartialEq for AnnotationReferenceSymbol
fn eq(&self, other: &AnnotationReferenceSymbol) -> bool
[src]
fn eq(&self, other: &AnnotationReferenceSymbol) -> bool
This 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) -> bool
This method tests for !=
.
Auto Trait Implementations
impl Send for AnnotationReferenceSymbol
impl Send for AnnotationReferenceSymbol
impl Sync for AnnotationReferenceSymbol
impl Sync for AnnotationReferenceSymbol