[−][src]Struct pdb::BitfieldType
The information parsed from a type record with kind LF_BITFIELD
.
Fields
underlying_type: TypeIndex
length: u8
position: u8
Trait Implementations
impl Debug for BitfieldType
[src]
impl Debug for BitfieldType
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for BitfieldType
[src]
impl Copy for BitfieldType
impl Clone for BitfieldType
[src]
impl Clone for BitfieldType
fn clone(&self) -> BitfieldType
[src]
fn clone(&self) -> BitfieldType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl PartialEq for BitfieldType
[src]
impl PartialEq for BitfieldType
fn eq(&self, other: &BitfieldType) -> bool
[src]
fn eq(&self, other: &BitfieldType) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &BitfieldType) -> bool
[src]
fn ne(&self, other: &BitfieldType) -> bool
This method tests for !=
.
impl Eq for BitfieldType
[src]
impl Eq for BitfieldType
Auto Trait Implementations
impl Send for BitfieldType
impl Send for BitfieldType
impl Sync for BitfieldType
impl Sync for BitfieldType