Struct cpp_demangle::ast::PointerToMemberType
source · pub struct PointerToMemberType(_, _);
Expand description
The <pointer-to-member-type>
production.
<pointer-to-member-type> ::= M <class type> <member type>
Trait Implementations§
source§impl Clone for PointerToMemberType
impl Clone for PointerToMemberType
source§fn clone(&self) -> PointerToMemberType
fn clone(&self) -> PointerToMemberType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for PointerToMemberType
impl Debug for PointerToMemberType
source§impl PartialEq<PointerToMemberType> for PointerToMemberType
impl PartialEq<PointerToMemberType> for PointerToMemberType
source§fn eq(&self, other: &PointerToMemberType) -> bool
fn eq(&self, other: &PointerToMemberType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for PointerToMemberType
impl StructuralEq for PointerToMemberType
impl StructuralPartialEq for PointerToMemberType
Auto Trait Implementations§
impl RefUnwindSafe for PointerToMemberType
impl Send for PointerToMemberType
impl Sync for PointerToMemberType
impl Unpin for PointerToMemberType
impl UnwindSafe for PointerToMemberType
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more