Enum parser_c::syntax::ast::CCompoundBlockItem
[−]
pub enum CCompoundBlockItem<a> {
CBlockStmt(CStatement<a>),
CBlockDecl(CDeclaration<a>),
CNestedFunDef(CFunctionDef<a>),
}Variants
CBlockStmt(CStatement<a>)CBlockDecl(CDeclaration<a>)CNestedFunDef(CFunctionDef<a>)Trait Implementations
impl<a: Clone> Clone for CCompoundBlockItem<a>[src]
fn clone(&self) -> CCompoundBlockItem<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