[−][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
attributes: FieldAttributes
nested_type: TypeIndex
name: RawString<'t>
Trait Implementations
impl<'t> Debug for NestedType<'t>[src]
impl<'t> Debug for NestedType<'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 NestedType<'t>[src]
impl<'t> Clone for NestedType<'t>fn clone(&self) -> NestedType<'t>[src]
fn clone(&self) -> NestedType<'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 NestedType<'t>[src]
impl<'t> PartialEq for NestedType<'t>fn eq(&self, other: &NestedType<'t>) -> bool[src]
fn eq(&self, other: &NestedType<'t>) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &NestedType<'t>) -> bool[src]
fn ne(&self, other: &NestedType<'t>) -> boolThis method tests for !=.
impl<'t> Eq for NestedType<'t>[src]
impl<'t> Eq for NestedType<'t>Auto Trait Implementations
impl<'t> Send for NestedType<'t>
impl<'t> Send for NestedType<'t>impl<'t> Sync for NestedType<'t>
impl<'t> Sync for NestedType<'t>