[−][src]Struct pdb::PublicSymbol
pub struct PublicSymbol {
pub code: bool,
pub function: bool,
pub managed: bool,
pub msil: bool,
pub offset: u32,
pub segment: u16,
}The information parsed from a symbol record with kind S_PUB32 or S_PUB32_ST.
Fields
code: bool
function: bool
managed: bool
msil: bool
offset: u32
segment: u16
Trait Implementations
impl Debug for PublicSymbol[src]
impl Debug for PublicSymbolfn 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 PublicSymbol[src]
impl Copy for PublicSymbolimpl Clone for PublicSymbol[src]
impl Clone for PublicSymbolfn clone(&self) -> PublicSymbol[src]
fn clone(&self) -> PublicSymbolReturns 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 PublicSymbol[src]
impl Eq for PublicSymbolimpl PartialEq for PublicSymbol[src]
impl PartialEq for PublicSymbolfn eq(&self, other: &PublicSymbol) -> bool[src]
fn eq(&self, other: &PublicSymbol) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &PublicSymbol) -> bool[src]
fn ne(&self, other: &PublicSymbol) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for PublicSymbol
impl Send for PublicSymbolimpl Sync for PublicSymbol
impl Sync for PublicSymbol