[−][src]Struct pdb::PointerAttributes
pub struct PointerAttributes(_);
Methods
impl PointerAttributes
[src]
impl PointerAttributes
pub fn pointer_type(&self) -> u8
[src]
pub fn pointer_type(&self) -> u8
Indicates the type of pointer.
pub fn is_const(&self) -> bool
[src]
pub fn is_const(&self) -> bool
Indicates if this pointer is const
.
pub fn is_reference(&self) -> bool
[src]
pub fn is_reference(&self) -> bool
Is this a C++ reference, as opposed to a C pointer?
pub fn size(&self) -> u8
[src]
pub fn size(&self) -> u8
The size of the pointer in bytes.
Trait Implementations
impl Debug for PointerAttributes
[src]
impl Debug for PointerAttributes
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 PointerAttributes
[src]
impl Copy for PointerAttributes
impl Clone for PointerAttributes
[src]
impl Clone for PointerAttributes
fn clone(&self) -> PointerAttributes
[src]
fn clone(&self) -> PointerAttributes
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 PointerAttributes
[src]
impl PartialEq for PointerAttributes
fn eq(&self, other: &PointerAttributes) -> bool
[src]
fn eq(&self, other: &PointerAttributes) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &PointerAttributes) -> bool
[src]
fn ne(&self, other: &PointerAttributes) -> bool
This method tests for !=
.
impl Eq for PointerAttributes
[src]
impl Eq for PointerAttributes
Auto Trait Implementations
impl Send for PointerAttributes
impl Send for PointerAttributes
impl Sync for PointerAttributes
impl Sync for PointerAttributes