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