Struct cpp_demangle::ast::BareFunctionType
source · pub struct BareFunctionType(_);
Expand description
The <bare-function-type>
production.
<bare-function-type> ::= <signature type>+
Trait Implementations§
source§impl Clone for BareFunctionType
impl Clone for BareFunctionType
source§fn clone(&self) -> BareFunctionType
fn clone(&self) -> BareFunctionType
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