Struct parser_c::syntax::ast::CTranslationUnit []

pub struct CTranslationUnit<a>(pub Vec<CExternalDeclaration<a>>, pub a);

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter.

impl CNode for CTranslationUnit<NodeInfo>