Struct parser_c::syntax::ast::CFunctionDef
[−]
pub struct CFunctionDef<a>(pub Vec<CDeclarationSpecifier<a>>, pub CDeclarator<a>, pub Vec<CDeclaration<a>>, pub CStatement<a>, pub a);
Trait Implementations
impl<a: Clone> Clone for CFunctionDef<a>
[src]
fn clone(&self) -> CFunctionDef<a>
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