[−][src]Struct pdb::FieldList
The information parsed from a type record with kind LF_FIELDLIST.
Fields
fields: Vec<TypeData<'t>>
continuation: Option<TypeIndex>
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]
impl<'t> Debug for FieldList<'t>fn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<'t> Clone for FieldList<'t>[src]
impl<'t> Clone for FieldList<'t>fn clone(&self) -> FieldList<'t>[src]
fn clone(&self) -> FieldList<'t>Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl<'t> PartialEq for FieldList<'t>[src]
impl<'t> PartialEq for FieldList<'t>fn eq(&self, other: &FieldList<'t>) -> bool[src]
fn eq(&self, other: &FieldList<'t>) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &FieldList<'t>) -> bool[src]
fn ne(&self, other: &FieldList<'t>) -> boolThis method tests for !=.
impl<'t> Eq for FieldList<'t>[src]
impl<'t> Eq for FieldList<'t>