[−][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 ProcedureReferenceSymbol
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 ProcedureReferenceSymbol
[src]
impl Copy for ProcedureReferenceSymbol
impl Clone for ProcedureReferenceSymbol
[src]
impl Clone for ProcedureReferenceSymbol
fn clone(&self) -> ProcedureReferenceSymbol
[src]
fn clone(&self) -> ProcedureReferenceSymbol
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 ProcedureReferenceSymbol
[src]
impl Eq for ProcedureReferenceSymbol
impl PartialEq for ProcedureReferenceSymbol
[src]
impl PartialEq for ProcedureReferenceSymbol
fn eq(&self, other: &ProcedureReferenceSymbol) -> bool
[src]
fn eq(&self, other: &ProcedureReferenceSymbol) -> bool
This 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) -> bool
This method tests for !=
.
Auto Trait Implementations
impl Send for ProcedureReferenceSymbol
impl Send for ProcedureReferenceSymbol
impl Sync for ProcedureReferenceSymbol
impl Sync for ProcedureReferenceSymbol