Struct pdb::UnionType [] [src]

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

Trait Implementations

impl<'t> Debug for UnionType<'t>
[src]

[src]

Formats the value using the given formatter.

impl<'t> Clone for UnionType<'t>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'t> PartialEq for UnionType<'t>
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl<'t> Eq for UnionType<'t>
[src]