[−][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
direct: bool
attributes: FieldAttributes
base_class: TypeIndex
base_pointer: TypeIndex
base_pointer_offset: u32
virtual_base_offset: u32
Trait Implementations
impl Debug for VirtualBaseClassType
[src]
impl Debug for VirtualBaseClassType
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for VirtualBaseClassType
[src]
impl Copy for VirtualBaseClassType
impl Clone for VirtualBaseClassType
[src]
impl Clone for VirtualBaseClassType
fn clone(&self) -> VirtualBaseClassType
[src]
fn clone(&self) -> VirtualBaseClassType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl PartialEq for VirtualBaseClassType
[src]
impl PartialEq for VirtualBaseClassType
fn eq(&self, other: &VirtualBaseClassType) -> bool
[src]
fn eq(&self, other: &VirtualBaseClassType) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &VirtualBaseClassType) -> bool
[src]
fn ne(&self, other: &VirtualBaseClassType) -> bool
This method tests for !=
.
impl Eq for VirtualBaseClassType
[src]
impl Eq for VirtualBaseClassType
Auto Trait Implementations
impl Send for VirtualBaseClassType
impl Send for VirtualBaseClassType
impl Sync for VirtualBaseClassType
impl Sync for VirtualBaseClassType