Struct cpp_demangle::ast::FunctionParam
source · pub struct FunctionParam(_, _, _);
Expand description
The
<function-param> ::= fp <top-level CV-qualifiers> _
::= fp <top-level CV-qualifiers> <parameter-2 non-negative number> _
::= fL <L-1 non-negative number> p <top-level CV-qualifiers> _
::= fL <L-1 non-negative number> p <top-level CV-qualifiers> <parameter-2 non-negative number> _
Trait Implementations§
source§impl Clone for FunctionParam
impl Clone for FunctionParam
source§fn clone(&self) -> FunctionParam
fn clone(&self) -> FunctionParam
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