Struct parser_c::syntax::ast::CEnumeration []

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

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter.

impl CNode for CEnumeration<NodeInfo>