Struct pelite::pe32::msvc::RTTIBaseClassDescriptor[][src]

#[repr(C)]
pub struct RTTIBaseClassDescriptor { pub type_descriptor: Ptr<TypeDescriptor>, pub num_contained_bases: u32, pub pmd: PMD, pub attributes: u32, }

Entry in the Base Class Array.

Fields

Type descriptor of the class.

Number of nested classes following in the base_class_array.

Pointer-to-member displacement info.

Flags, usually 0. (?)

Trait Implementations

impl Copy for RTTIBaseClassDescriptor
[src]

impl Clone for RTTIBaseClassDescriptor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RTTIBaseClassDescriptor
[src]

Formats the value using the given formatter. Read more

impl Pod for RTTIBaseClassDescriptor
[src]

Auto Trait Implementations