Struct cpp_demangle::ast::PointerToMemberType
[−]
[src]
pub struct PointerToMemberType(_, _);
The <pointer-to-member-type> production.
<pointer-to-member-type> ::= M <class type> <member type>
Trait Implementations
impl Clone for PointerToMemberType[src]
fn clone(&self) -> PointerToMemberType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Debug for PointerToMemberType[src]
impl PartialEq for PointerToMemberType[src]
fn eq(&self, __arg_0: &PointerToMemberType) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &PointerToMemberType) -> bool
This method tests for !=.