Struct pdb::VirtualBaseClassType [] [src]

pub struct VirtualBaseClassType {
    pub direct: bool,
    pub attributes: FieldAttributes,
    pub base_class: TypeIndex,
    pub base_pointer: TypeIndex,
    pub base_pointer_offset: u32,
    pub virtual_base_offset: u32,
}

The information parsed from a type record with kind LF_VBCLASS or LF_IVBCLASS.

Fields

Trait Implementations

impl Debug for VirtualBaseClassType
[src]

[src]

Formats the value using the given formatter.

impl Copy for VirtualBaseClassType
[src]

impl Clone for VirtualBaseClassType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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