[−][src]Struct pdb::EnumerationType
pub struct EnumerationType<'t> {
pub count: u16,
pub properties: TypeProperties,
pub underlying_type: TypeIndex,
pub fields: TypeIndex,
pub name: RawString<'t>,
}The information parsed from a type record with kind LF_ENUM or LF_ENUM_ST.
Fields
count: u16
properties: TypeProperties
underlying_type: TypeIndex
fields: TypeIndex
name: RawString<'t>
Trait Implementations
impl<'t> Debug for EnumerationType<'t>[src]
impl<'t> Debug for EnumerationType<'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 EnumerationType<'t>[src]
impl<'t> Clone for EnumerationType<'t>fn clone(&self) -> EnumerationType<'t>[src]
fn clone(&self) -> EnumerationType<'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 EnumerationType<'t>[src]
impl<'t> PartialEq for EnumerationType<'t>fn eq(&self, other: &EnumerationType<'t>) -> bool[src]
fn eq(&self, other: &EnumerationType<'t>) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &EnumerationType<'t>) -> bool[src]
fn ne(&self, other: &EnumerationType<'t>) -> boolThis method tests for !=.
impl<'t> Eq for EnumerationType<'t>[src]
impl<'t> Eq for EnumerationType<'t>Auto Trait Implementations
impl<'t> Send for EnumerationType<'t>
impl<'t> Send for EnumerationType<'t>impl<'t> Sync for EnumerationType<'t>
impl<'t> Sync for EnumerationType<'t>