[−][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 ModifierType
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 ModifierType
[src]
impl Copy for ModifierType
impl Clone for ModifierType
[src]
impl Clone for ModifierType
fn clone(&self) -> ModifierType
[src]
fn clone(&self) -> ModifierType
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 ModifierType
[src]
impl PartialEq for ModifierType
fn eq(&self, other: &ModifierType) -> bool
[src]
fn eq(&self, other: &ModifierType) -> bool
This 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) -> bool
This method tests for !=
.
impl Eq for ModifierType
[src]
impl Eq for ModifierType
Auto Trait Implementations
impl Send for ModifierType
impl Send for ModifierType
impl Sync for ModifierType
impl Sync for ModifierType