Struct parser_c::syntax::ast::CAttribute []

pub struct CAttribute<a>(pub Ident, pub Vec<CExpression<a>>, pub a);

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter.

impl CNode for CAttribute<NodeInfo>