Struct cpp_demangle::ast::BareFunctionType[][src]

pub struct BareFunctionType(_);

The <bare-function-type> production.

<bare-function-type> ::= <signature type>+
     # types are possible return type, then parameter types

Trait Implementations

impl Clone for BareFunctionType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for BareFunctionType
[src]

Formats the value using the given formatter. Read more

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

Auto Trait Implementations