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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<a: Debug> Debug for CFunctionDef<a>
[src]

Formats the value using the given formatter.

impl CNode for CFunctionDef<NodeInfo>