Struct parser_c::syntax::ast::CStructureUnion []

pub struct CStructureUnion<a>(pub CStructTag, pub Option<Ident>, pub Option<Vec<CDeclaration<a>>>, pub Vec<CAttribute<a>>, pub a);

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter.

impl CNode for CStructureUnion<NodeInfo>