Enum parser_c::syntax::ast::CFunctionSpecifier
[−]
pub enum CFunctionSpecifier<a> {
CInlineQual(a),
CNoreturnQual(a),
}Variants
CInlineQual(a)CNoreturnQual(a)Trait Implementations
impl<a: Clone> Clone for CFunctionSpecifier<a>[src]
fn clone(&self) -> CFunctionSpecifier<a>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more