[−][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 VirtualFunctionTablePointerType
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 VirtualFunctionTablePointerType
[src]
impl Copy for VirtualFunctionTablePointerType
impl Clone for VirtualFunctionTablePointerType
[src]
impl Clone for VirtualFunctionTablePointerType
fn clone(&self) -> VirtualFunctionTablePointerType
[src]
fn clone(&self) -> VirtualFunctionTablePointerType
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 VirtualFunctionTablePointerType
[src]
impl PartialEq for VirtualFunctionTablePointerType
fn eq(&self, other: &VirtualFunctionTablePointerType) -> bool
[src]
fn eq(&self, other: &VirtualFunctionTablePointerType) -> bool
This 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) -> bool
This method tests for !=
.
impl Eq for VirtualFunctionTablePointerType
[src]
impl Eq for VirtualFunctionTablePointerType
Auto Trait Implementations
impl Send for VirtualFunctionTablePointerType
impl Send for VirtualFunctionTablePointerType
impl Sync for VirtualFunctionTablePointerType
impl Sync for VirtualFunctionTablePointerType