[−][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 DataSymbol
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 DataSymbol
[src]
impl Copy for DataSymbol
impl Clone for DataSymbol
[src]
impl Clone for DataSymbol
fn clone(&self) -> DataSymbol
[src]
fn clone(&self) -> DataSymbol
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 DataSymbol
[src]
impl Eq for DataSymbol
impl PartialEq for DataSymbol
[src]
impl PartialEq for DataSymbol
fn eq(&self, other: &DataSymbol) -> bool
[src]
fn eq(&self, other: &DataSymbol) -> bool
This 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) -> bool
This method tests for !=
.
Auto Trait Implementations
impl Send for DataSymbol
impl Send for DataSymbol
impl Sync for DataSymbol
impl Sync for DataSymbol