Struct cpp_demangle::ast::UnnamedTypeName
source · pub struct UnnamedTypeName(_);
Expand description
The <unnamed-type-name>
production.
<unnamed-type-name> ::= Ut [ <nonnegative number> ] _
::= <closure-type-name>
TODO: parse the
Trait Implementations§
source§impl Clone for UnnamedTypeName
impl Clone for UnnamedTypeName
source§fn clone(&self) -> UnnamedTypeName
fn clone(&self) -> UnnamedTypeName
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 more