[][src]Struct pdb::ModifierType

pub struct ModifierType {
    pub underlying_type: TypeIndex,
    pub constant: bool,
    pub volatile: bool,
    pub unaligned: bool,
}

The information parsed from a type record with kind LF_MODIFIER.

Fields

Trait Implementations

impl Debug for ModifierType
[src]

Formats the value using the given formatter. Read more

impl Copy for ModifierType
[src]

impl Clone for ModifierType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Auto Trait Implementations

impl Send for ModifierType

impl Sync for ModifierType