[][src]Struct pdb::AnnotationReferenceSymbol

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

The information parsed from a symbol record with kind S_ANNOTATIONREF.

Fields

Trait Implementations

impl Debug for AnnotationReferenceSymbol
[src]

Formats the value using the given formatter. Read more

impl Copy for AnnotationReferenceSymbol
[src]

impl Clone for AnnotationReferenceSymbol
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for AnnotationReferenceSymbol
[src]

impl PartialEq for AnnotationReferenceSymbol
[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 AnnotationReferenceSymbol

impl Sync for AnnotationReferenceSymbol