[][src]Struct pdb::UserDefinedTypeSymbol

pub struct UserDefinedTypeSymbol {
    pub type_index: TypeIndex,
}

The information parsed from a symbol record with kind S_UDT, or S_UDT_ST.

Fields

Trait Implementations

impl Debug for UserDefinedTypeSymbol
[src]

Formats the value using the given formatter. Read more

impl Copy for UserDefinedTypeSymbol
[src]

impl Clone for UserDefinedTypeSymbol
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for UserDefinedTypeSymbol
[src]

impl PartialEq for UserDefinedTypeSymbol
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for UserDefinedTypeSymbol

impl Sync for UserDefinedTypeSymbol