[−][src]Struct pdb::BaseClassType
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
kind: ClassKind
attributes: FieldAttributes
base_class: TypeIndex
offset: u32
Describes the offset of the base class within the class
Trait Implementations
impl Debug for BaseClassType
[src]
impl Debug for BaseClassType
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 BaseClassType
[src]
impl Copy for BaseClassType
impl Clone for BaseClassType
[src]
impl Clone for BaseClassType
fn clone(&self) -> BaseClassType
[src]
fn clone(&self) -> BaseClassType
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 BaseClassType
[src]
impl PartialEq for BaseClassType
fn eq(&self, other: &BaseClassType) -> bool
[src]
fn eq(&self, other: &BaseClassType) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &BaseClassType) -> bool
[src]
fn ne(&self, other: &BaseClassType) -> bool
This method tests for !=
.
impl Eq for BaseClassType
[src]
impl Eq for BaseClassType
Auto Trait Implementations
impl Send for BaseClassType
impl Send for BaseClassType
impl Sync for BaseClassType
impl Sync for BaseClassType