[][src]Struct mozpdb::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: booltype_index: TypeIndexoffset: u32segment: u16

Trait Implementations

impl Clone for ThreadStorageSymbol[src]

impl Copy for ThreadStorageSymbol[src]

impl Eq for ThreadStorageSymbol[src]

impl PartialEq<ThreadStorageSymbol> for ThreadStorageSymbol[src]

impl Debug for ThreadStorageSymbol[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]