[−][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
underlying_type: TypeIndex
                           
                           
                           
                           constant: bool
                           
                           
                           
                           volatile: bool
                           
                           
                           
                           unaligned: bool
                           Trait Implementations
impl Debug for ModifierType[src] 
impl Debug for ModifierTypefn 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 ModifierType[src] 
impl Copy for ModifierTypeimpl Clone for ModifierType[src] 
impl Clone for ModifierTypefn clone(&self) -> ModifierType[src] 
fn clone(&self) -> ModifierTypeReturns 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 ModifierType[src] 
impl PartialEq for ModifierTypefn eq(&self, other: &ModifierType) -> bool[src] 
fn eq(&self, other: &ModifierType) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &ModifierType) -> bool[src] 
fn ne(&self, other: &ModifierType) -> boolThis method tests for !=.
impl Eq for ModifierType[src] 
impl Eq for ModifierTypeAuto Trait Implementations
impl Send for ModifierType
impl Send for ModifierTypeimpl Sync for ModifierType
impl Sync for ModifierType