[][src]Struct pdb::FieldList

pub struct FieldList<'t> {
    pub fields: Vec<TypeData<'t>>,
    pub continuation: Option<TypeIndex>,
}

The information parsed from a type record with kind LF_FIELDLIST.

Fields

Sometimes fields can't all fit in a single FieldList, in which case the FieldList refers to another FieldList in a chain.

Trait Implementations

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

Formats the value using the given formatter. Read more

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Auto Trait Implementations

impl<'t> Send for FieldList<'t>

impl<'t> Sync for FieldList<'t>