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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FunctionType
[src]

Formats the value using the given formatter.

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