Struct parser_c::syntax::ast::CAssemblyOperand []

pub struct CAssemblyOperand<a>(pub Option<Ident>, pub CStringLiteral<a>, pub CExpression<a>, pub a);

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter.

impl CNode for CAssemblyOperand<NodeInfo>