Struct cpp_demangle::ast::DataMemberPrefix[][src]

pub struct DataMemberPrefix(_);

The <data-member-prefix> production.

<data-member-prefix> := <member source-name> M

Trait Implementations

impl Clone for DataMemberPrefix
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DataMemberPrefix
[src]

Formats the value using the given formatter. Read more

impl PartialEq for DataMemberPrefix
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for DataMemberPrefix
[src]

Auto Trait Implementations