[][src]Struct pdb::PointerType

pub struct PointerType {
    pub underlying_type: TypeIndex,
    pub attributes: PointerAttributes,
}

The information parsed from a type record with kind LF_POINTER.

Fields

Trait Implementations

impl Debug for PointerType
[src]

Formats the value using the given formatter. Read more

impl Copy for PointerType
[src]

impl Clone for PointerType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for PointerType
[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 PointerType
[src]

Auto Trait Implementations

impl Send for PointerType

impl Sync for PointerType