[][src]Struct pdb::VirtualBaseClassType

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]

Formats the value using the given formatter. Read more

impl Copy for VirtualBaseClassType
[src]

impl Clone for VirtualBaseClassType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for VirtualBaseClassType
[src]

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

This method tests for !=.

impl Eq for VirtualBaseClassType
[src]

Auto Trait Implementations

impl Send for VirtualBaseClassType

impl Sync for VirtualBaseClassType