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