Struct pdb::ProcedureReferenceSymbol [] [src]

pub struct ProcedureReferenceSymbol {
    pub global: bool,
    pub sum_name: u32,
    pub symbol_index: u32,
    pub module: u16,
}

The information parsed from a symbol record with kind S_PROCREF, S_PROCREF_ST, S_LPROCREF, or S_LPROCREF_ST.

Fields

Trait Implementations

impl Debug for ProcedureReferenceSymbol
[src]

[src]

Formats the value using the given formatter.

impl Copy for ProcedureReferenceSymbol
[src]

impl Clone for ProcedureReferenceSymbol
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for ProcedureReferenceSymbol
[src]

impl PartialEq for ProcedureReferenceSymbol
[src]

[src]

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

[src]

This method tests for !=.