Struct pdb::DataSymbol [] [src]

pub struct DataSymbol {
    pub global: bool,
    pub managed: bool,
    pub type_index: TypeIndex,
    pub offset: u32,
    pub segment: u16,
}

The information parsed from a symbol record with kind S_LDATA32, S_LDATA32_ST, S_GDATA32, S_GDATA32_ST, S_LMANDATA, S_LMANDATA_ST, S_GMANDATA, or S_GMANDATA_ST.

Fields

Trait Implementations

impl Debug for DataSymbol
[src]

[src]

Formats the value using the given formatter.

impl Copy for DataSymbol
[src]

impl Clone for DataSymbol
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for DataSymbol
[src]

impl PartialEq for DataSymbol
[src]

[src]

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

[src]

This method tests for !=.