Struct pdb::FieldList [] [src]

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]

[src]

Formats the value using the given formatter.

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

[src]

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

[src]

This method tests for !=.

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