Struct pdb::ConstantSymbol [] [src]

pub struct ConstantSymbol {
    pub type_index: TypeIndex,
    pub value: u16,
}

The information parsed from a symbol record with kind S_CONSTANT, or S_CONSTANT_ST.

Fields

Trait Implementations

impl Debug for ConstantSymbol
[src]

[src]

Formats the value using the given formatter.

impl Copy for ConstantSymbol
[src]

impl Clone for ConstantSymbol
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for ConstantSymbol
[src]

impl PartialEq for ConstantSymbol
[src]

[src]

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

[src]

This method tests for !=.