Struct cpp_demangle::ast::FunctionType
[−]
[src]
pub struct FunctionType { /* fields omitted */ }The <function-type> production.
<function-type> ::= [<CV-qualifiers>] [Dx] F [Y] <bare-function-type> [<ref-qualifier>] E
Trait Implementations
impl Clone for FunctionType[src]
fn clone(&self) -> FunctionType
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 FunctionType[src]
impl PartialEq for FunctionType[src]
fn eq(&self, __arg_0: &FunctionType) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &FunctionType) -> bool
This method tests for !=.