[][src]Struct pdb::MemberType

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]

Formats the value using the given formatter. Read more

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

This method tests for !=.

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

Auto Trait Implementations

impl<'t> Send for MemberType<'t>

impl<'t> Sync for MemberType<'t>