Struct cpp_demangle::ast::QualifiedBuiltin [] [src]

pub struct QualifiedBuiltin(_, _);

A built-in type with CV-qualifiers.

Like unqualified built-in types, CV-qualified built-in types do not go into the substitutions table.

Trait Implementations

impl Clone for QualifiedBuiltin
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for QualifiedBuiltin
[src]

Formats the value using the given formatter.

impl PartialEq for QualifiedBuiltin
[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 QualifiedBuiltin
[src]