[−][src]Struct pdb::VirtualFunctionTablePointerType
pub struct VirtualFunctionTablePointerType {
pub table: TypeIndex,
}The information parsed from a type record with kind LF_VFUNCTAB.
Fields
table: TypeIndex
Trait Implementations
impl Debug for VirtualFunctionTablePointerType[src]
impl Debug for VirtualFunctionTablePointerTypefn 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 VirtualFunctionTablePointerType[src]
impl Copy for VirtualFunctionTablePointerTypeimpl Clone for VirtualFunctionTablePointerType[src]
impl Clone for VirtualFunctionTablePointerTypefn clone(&self) -> VirtualFunctionTablePointerType[src]
fn clone(&self) -> VirtualFunctionTablePointerTypeReturns 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 VirtualFunctionTablePointerType[src]
impl PartialEq for VirtualFunctionTablePointerTypefn eq(&self, other: &VirtualFunctionTablePointerType) -> bool[src]
fn eq(&self, other: &VirtualFunctionTablePointerType) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &VirtualFunctionTablePointerType) -> bool[src]
fn ne(&self, other: &VirtualFunctionTablePointerType) -> boolThis method tests for !=.
impl Eq for VirtualFunctionTablePointerType[src]
impl Eq for VirtualFunctionTablePointerTypeAuto Trait Implementations
impl Send for VirtualFunctionTablePointerType
impl Send for VirtualFunctionTablePointerTypeimpl Sync for VirtualFunctionTablePointerType
impl Sync for VirtualFunctionTablePointerType