Struct pdb::StaticMemberType [] [src]

pub struct StaticMemberType<'t> {
    pub attributes: FieldAttributes,
    pub field_type: TypeIndex,
    pub name: RawString<'t>,
}

The information parsed from a type record with kind LF_STMEMBER or LF_STMEMBER_ST.

Fields

Trait Implementations

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

[src]

Formats the value using the given formatter.

impl<'t> Clone for StaticMemberType<'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 StaticMemberType<'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 StaticMemberType<'t>
[src]