[][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

Trait Implementations

impl Debug for PublicSymbol
[src]

Formats the value using the given formatter. Read more

impl Copy for PublicSymbol
[src]

impl Clone for PublicSymbol
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for PublicSymbol
[src]

impl PartialEq for PublicSymbol
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for PublicSymbol

impl Sync for PublicSymbol