[][src]Struct pdb::VirtualFunctionTablePointerType

pub struct VirtualFunctionTablePointerType {
    pub table: TypeIndex,
}

The information parsed from a type record with kind LF_VFUNCTAB.

Fields

Trait Implementations

impl Debug for VirtualFunctionTablePointerType
[src]

Formats the value using the given formatter. Read more

impl Copy for VirtualFunctionTablePointerType
[src]

impl Clone for VirtualFunctionTablePointerType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for VirtualFunctionTablePointerType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for VirtualFunctionTablePointerType
[src]

Auto Trait Implementations

impl Send for VirtualFunctionTablePointerType

impl Sync for VirtualFunctionTablePointerType