[−][src]Struct pdb::PrimitiveType 
pub struct PrimitiveType {
    pub kind: PrimitiveKind,
    pub indirection: Indirection,
}Represents a primitive type like void or char *.
Fields
kind: PrimitiveKind
                           
                           
                           
                           indirection: Indirection
                           What kind of indirection was applied to the underlying type
Trait Implementations
impl Debug for PrimitiveType[src] 
impl Debug for PrimitiveTypefn 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 PrimitiveType[src] 
impl Copy for PrimitiveTypeimpl Clone for PrimitiveType[src] 
impl Clone for PrimitiveTypefn clone(&self) -> PrimitiveType[src] 
fn clone(&self) -> PrimitiveTypeReturns 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 PrimitiveType[src] 
impl PartialEq for PrimitiveTypefn eq(&self, other: &PrimitiveType) -> bool[src] 
fn eq(&self, other: &PrimitiveType) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &PrimitiveType) -> bool[src] 
fn ne(&self, other: &PrimitiveType) -> boolThis method tests for !=.
impl Eq for PrimitiveType[src] 
impl Eq for PrimitiveTypeAuto Trait Implementations
impl Send for PrimitiveType
impl Send for PrimitiveTypeimpl Sync for PrimitiveType
impl Sync for PrimitiveType