Struct pdb::BaseClassType [] [src]

pub struct BaseClassType {
    pub kind: ClassKind,
    pub attributes: FieldAttributes,
    pub base_class: TypeIndex,
    pub offset: u32,
}

The information parsed from a type record with kind LF_BCLASS or LF_BINTERFACE.

Fields

Describes the offset of the base class within the class

Trait Implementations

impl Debug for BaseClassType
[src]

[src]

Formats the value using the given formatter.

impl Copy for BaseClassType
[src]

impl Clone for BaseClassType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for BaseClassType
[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 Eq for BaseClassType
[src]