Struct pdb::ThreadStorageSymbol [] [src]

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

Trait Implementations

impl Debug for ThreadStorageSymbol
[src]

[src]

Formats the value using the given formatter.

impl Copy for ThreadStorageSymbol
[src]

impl Clone for ThreadStorageSymbol
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for ThreadStorageSymbol
[src]

impl PartialEq for ThreadStorageSymbol
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.