Struct parser_c::syntax::ast::CAssemblyStatement []

pub struct CAssemblyStatement<a>(pub Option<CTypeQualifier<a>>, pub CStringLiteral<a>, pub Vec<CAssemblyOperand<a>>, pub Vec<CAssemblyOperand<a>>, pub Vec<CStringLiteral<a>>, pub a);

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter.

impl CNode for CAssemblyStatement<NodeInfo>