[][src]Struct pdb::BitfieldType

pub struct BitfieldType {
    pub underlying_type: TypeIndex,
    pub length: u8,
    pub position: u8,
}

The information parsed from a type record with kind LF_BITFIELD.

Fields

Trait Implementations

impl Debug for BitfieldType
[src]

Formats the value using the given formatter. Read more

impl Copy for BitfieldType
[src]

impl Clone for BitfieldType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Auto Trait Implementations

impl Send for BitfieldType

impl Sync for BitfieldType