Struct pdb::PointerAttributes [] [src]

pub struct PointerAttributes(_);

Methods

impl PointerAttributes
[src]

[src]

Indicates the type of pointer.

[src]

Indicates if this pointer is const.

[src]

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

[src]

The size of the pointer in bytes.

Trait Implementations

impl Debug for PointerAttributes
[src]

[src]

Formats the value using the given formatter.

impl Copy for PointerAttributes
[src]

impl Clone for PointerAttributes
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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