[−][src]Struct pdb::ProcedureReferenceSymbol
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
global: bool
sum_name: u32
symbol_index: u32
module: u16
Trait Implementations
impl Debug for ProcedureReferenceSymbol[src]
impl Debug for ProcedureReferenceSymbolfn 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 ProcedureReferenceSymbol[src]
impl Copy for ProcedureReferenceSymbolimpl Clone for ProcedureReferenceSymbol[src]
impl Clone for ProcedureReferenceSymbolfn clone(&self) -> ProcedureReferenceSymbol[src]
fn clone(&self) -> ProcedureReferenceSymbolReturns 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 ProcedureReferenceSymbol[src]
impl Eq for ProcedureReferenceSymbolimpl PartialEq for ProcedureReferenceSymbol[src]
impl PartialEq for ProcedureReferenceSymbolfn eq(&self, other: &ProcedureReferenceSymbol) -> bool[src]
fn eq(&self, other: &ProcedureReferenceSymbol) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &ProcedureReferenceSymbol) -> bool[src]
fn ne(&self, other: &ProcedureReferenceSymbol) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for ProcedureReferenceSymbol
impl Send for ProcedureReferenceSymbolimpl Sync for ProcedureReferenceSymbol
impl Sync for ProcedureReferenceSymbol