[−][src]Struct pdb::ConstantSymbol
The information parsed from a symbol record with kind S_CONSTANT
, or S_CONSTANT_ST
.
Fields
type_index: TypeIndex
value: u16
Trait Implementations
impl Debug for ConstantSymbol
[src]
impl Debug for ConstantSymbol
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 ConstantSymbol
[src]
impl Copy for ConstantSymbol
impl Clone for ConstantSymbol
[src]
impl Clone for ConstantSymbol
fn clone(&self) -> ConstantSymbol
[src]
fn clone(&self) -> ConstantSymbol
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 ConstantSymbol
[src]
impl Eq for ConstantSymbol
impl PartialEq for ConstantSymbol
[src]
impl PartialEq for ConstantSymbol
fn eq(&self, other: &ConstantSymbol) -> bool
[src]
fn eq(&self, other: &ConstantSymbol) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &ConstantSymbol) -> bool
[src]
fn ne(&self, other: &ConstantSymbol) -> bool
This method tests for !=
.
Auto Trait Implementations
impl Send for ConstantSymbol
impl Send for ConstantSymbol
impl Sync for ConstantSymbol
impl Sync for ConstantSymbol