Enum parser_c::syntax::ast::CAlignmentSpecifier []

pub enum CAlignmentSpecifier<a> {
    CAlignAsType(CDeclaration<a>, a),
    CAlignAsExpr(CExpression<a>, a),
}

Variants

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter.

impl CNode for CAlignmentSpecifier<NodeInfo>