Enum parser_c::syntax::ast::CFunctionSpecifier []

pub enum CFunctionSpecifier<a> {
    CInlineQual(a),
    CNoreturnQual(a),
}

Variants

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter.

impl CNode for CFunctionSpecifier<NodeInfo>