[][src]Struct pdb::NestedType

pub struct NestedType<'t> {
    pub attributes: FieldAttributes,
    pub nested_type: TypeIndex,
    pub name: RawString<'t>,
}

The information parsed from a type record with kind LF_NESTTYPE, LF_NESTTYPE_ST, LF_NESTTYPEEX, or LF_NESTTYPEEX_ST.

Fields

Trait Implementations

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

Formats the value using the given formatter. Read more

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'t> PartialEq for NestedType<'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 NestedType<'t>
[src]

Auto Trait Implementations

impl<'t> Send for NestedType<'t>

impl<'t> Sync for NestedType<'t>