Enum cpp_demangle::ast::BuiltinType
[−]
[src]
pub enum BuiltinType {
Standard(StandardBuiltinType),
Extension(SourceName),
}The <builtin-type> production.
Variants
Standard(StandardBuiltinType)A standards compliant builtin type.
Extension(SourceName)A non-standard, vendor extension type.
<builtin-type> ::= u <source-name> # vendor extended type
Trait Implementations
impl Clone for BuiltinType[src]
fn clone(&self) -> BuiltinType
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 BuiltinType[src]
impl PartialEq for BuiltinType[src]
fn eq(&self, __arg_0: &BuiltinType) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &BuiltinType) -> bool
This method tests for !=.