[−][src]Struct pdb::PointerType
pub struct PointerType { pub underlying_type: TypeIndex, pub attributes: PointerAttributes, }
The information parsed from a type record with kind LF_POINTER
.
Fields
underlying_type: TypeIndex
attributes: PointerAttributes
Trait Implementations
impl Debug for PointerType
[src]
impl Debug for PointerType
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 PointerType
[src]
impl Copy for PointerType
impl Clone for PointerType
[src]
impl Clone for PointerType
fn clone(&self) -> PointerType
[src]
fn clone(&self) -> PointerType
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 PointerType
[src]
impl PartialEq for PointerType
fn eq(&self, other: &PointerType) -> bool
[src]
fn eq(&self, other: &PointerType) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &PointerType) -> bool
[src]
fn ne(&self, other: &PointerType) -> bool
This method tests for !=
.
impl Eq for PointerType
[src]
impl Eq for PointerType
Auto Trait Implementations
impl Send for PointerType
impl Send for PointerType
impl Sync for PointerType
impl Sync for PointerType