Enum cpp_demangle::ast::BuiltinType [] [src]

pub enum BuiltinType {
    Standard(StandardBuiltinType),
    Extension(SourceName),
}

The <builtin-type> production.

Variants

A standards compliant builtin type.

A non-standard, vendor extension type.

<builtin-type> ::= u <source-name>   # vendor extended type

Trait Implementations

impl Clone for BuiltinType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for BuiltinType
[src]

Formats the value using the given formatter.

impl Hash for BuiltinType
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

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