Struct pdb::MemberType [] [src]

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

The information parsed from a type record with kind LF_MEMBER or LF_MEMBER_ST.

Fields

Trait Implementations

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

[src]

Formats the value using the given formatter.

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