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]
fn clone(&self) -> CAssemblyOperand<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