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