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