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