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