[−][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 BitfieldTypefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for BitfieldType[src]
impl Copy for BitfieldTypeimpl Clone for BitfieldType[src]
impl Clone for BitfieldTypefn clone(&self) -> BitfieldType[src]
fn clone(&self) -> BitfieldTypeReturns 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 BitfieldTypefn eq(&self, other: &BitfieldType) -> bool[src]
fn eq(&self, other: &BitfieldType) -> boolThis 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) -> boolThis method tests for !=.
impl Eq for BitfieldType[src]
impl Eq for BitfieldTypeAuto Trait Implementations
impl Send for BitfieldType
impl Send for BitfieldTypeimpl Sync for BitfieldType
impl Sync for BitfieldType