Struct pdb::VirtualFunctionTablePointerType [] [src]

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]

[src]

Formats the value using the given formatter.

impl Copy for VirtualFunctionTablePointerType
[src]

impl Clone for VirtualFunctionTablePointerType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for VirtualFunctionTablePointerType
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for VirtualFunctionTablePointerType
[src]