[][src]Struct mozpdb::Compile3Symbol

pub struct Compile3Symbol {
    pub language: SourceLanguage,
    pub flags: [u8; 3],
    pub cpu_type: CPUType,
    pub frontend_version: [u16; 4],
    pub backend_version: [u16; 4],
}

The information parsed from a symbol record with kind S_COMPILE3

Fields

language: SourceLanguageflags: [u8; 3]cpu_type: CPUTypefrontend_version: [u16; 4]backend_version: [u16; 4]

Trait Implementations

impl Clone for Compile3Symbol[src]

impl Copy for Compile3Symbol[src]

impl Eq for Compile3Symbol[src]

impl PartialEq<Compile3Symbol> for Compile3Symbol[src]

impl Debug for Compile3Symbol[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]