[][src]Struct pdb::PrimitiveType

pub struct PrimitiveType {
    pub kind: PrimitiveKind,
    pub indirection: Indirection,
}

Represents a primitive type like void or char *.

Fields

What kind of indirection was applied to the underlying type

Trait Implementations

impl Debug for PrimitiveType
[src]

Formats the value using the given formatter. Read more

impl Copy for PrimitiveType
[src]

impl Clone for PrimitiveType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Auto Trait Implementations

impl Send for PrimitiveType

impl Sync for PrimitiveType