[−][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 BaseClassTypefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for BaseClassType[src]
impl Copy for BaseClassTypeimpl Clone for BaseClassType[src]
impl Clone for BaseClassTypefn clone(&self) -> BaseClassType[src]
fn clone(&self) -> BaseClassTypeReturns 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 BaseClassTypefn eq(&self, other: &BaseClassType) -> bool[src]
fn eq(&self, other: &BaseClassType) -> boolThis 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) -> boolThis method tests for !=.
impl Eq for BaseClassType[src]
impl Eq for BaseClassTypeAuto Trait Implementations
impl Send for BaseClassType
impl Send for BaseClassTypeimpl Sync for BaseClassType
impl Sync for BaseClassType