[−][src]Struct pdb::DataSymbol
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
global: bool
managed: bool
type_index: TypeIndex
offset: u32
segment: u16
Trait Implementations
impl Debug for DataSymbol[src]
impl Debug for DataSymbolfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for DataSymbol[src]
impl Copy for DataSymbolimpl Clone for DataSymbol[src]
impl Clone for DataSymbolfn clone(&self) -> DataSymbol[src]
fn clone(&self) -> DataSymbolReturns 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 DataSymbol[src]
impl Eq for DataSymbolimpl PartialEq for DataSymbol[src]
impl PartialEq for DataSymbolfn eq(&self, other: &DataSymbol) -> bool[src]
fn eq(&self, other: &DataSymbol) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &DataSymbol) -> bool[src]
fn ne(&self, other: &DataSymbol) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for DataSymbol
impl Send for DataSymbolimpl Sync for DataSymbol
impl Sync for DataSymbol