Struct parser_c::syntax::ast::CDeclarator []

pub struct CDeclarator<a>(pub Option<Ident>, pub Vec<CDerivedDeclarator<a>>, pub Option<CStringLiteral<a>>, pub Vec<CAttribute<a>>, pub a);

Trait Implementations

impl<a: Clone> Clone for CDeclarator<a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter.

impl CNode for CDeclarator<NodeInfo>