[][src]Struct pdb::PointerAttributes

pub struct PointerAttributes(_);

Methods

impl PointerAttributes
[src]

Indicates the type of pointer.

Indicates if this pointer is const.

Is this a C++ reference, as opposed to a C pointer?

The size of the pointer in bytes.

Trait Implementations

impl Debug for PointerAttributes
[src]

Formats the value using the given formatter. Read more

impl Copy for PointerAttributes
[src]

impl Clone for PointerAttributes
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Auto Trait Implementations

impl Send for PointerAttributes

impl Sync for PointerAttributes