[][src]Struct pdb::EnumerationType

pub struct EnumerationType<'t> {
    pub count: u16,
    pub properties: TypeProperties,
    pub underlying_type: TypeIndex,
    pub fields: TypeIndex,
    pub name: RawString<'t>,
}

The information parsed from a type record with kind LF_ENUM or LF_ENUM_ST.

Fields

Trait Implementations

impl<'t> Debug for EnumerationType<'t>
[src]

Formats the value using the given formatter. Read more

impl<'t> Clone for EnumerationType<'t>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'t> PartialEq for EnumerationType<'t>
[src]

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

This method tests for !=.

impl<'t> Eq for EnumerationType<'t>
[src]

Auto Trait Implementations

impl<'t> Send for EnumerationType<'t>

impl<'t> Sync for EnumerationType<'t>