[−][src]Struct pdb::PointerAttributes
pub struct PointerAttributes(_);
Methods
impl PointerAttributes[src]
impl PointerAttributespub fn pointer_type(&self) -> u8[src]
pub fn pointer_type(&self) -> u8Indicates the type of pointer.
pub fn is_const(&self) -> bool[src]
pub fn is_const(&self) -> boolIndicates if this pointer is const.
pub fn is_reference(&self) -> bool[src]
pub fn is_reference(&self) -> boolIs this a C++ reference, as opposed to a C pointer?
pub fn size(&self) -> u8[src]
pub fn size(&self) -> u8The size of the pointer in bytes.
Trait Implementations
impl Debug for PointerAttributes[src]
impl Debug for PointerAttributesfn 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 PointerAttributes[src]
impl Copy for PointerAttributesimpl Clone for PointerAttributes[src]
impl Clone for PointerAttributesfn clone(&self) -> PointerAttributes[src]
fn clone(&self) -> PointerAttributesReturns 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 PointerAttributesfn eq(&self, other: &PointerAttributes) -> bool[src]
fn eq(&self, other: &PointerAttributes) -> boolThis 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) -> boolThis method tests for !=.
impl Eq for PointerAttributes[src]
impl Eq for PointerAttributesAuto Trait Implementations
impl Send for PointerAttributes
impl Send for PointerAttributesimpl Sync for PointerAttributes
impl Sync for PointerAttributes