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