Enum parser_c::syntax::ast::CPartDesignator
[−]
pub enum CPartDesignator<a> {
CArrDesig(CExpression<a>, a),
CMemberDesig(Ident, a),
CRangeDesig(CExpression<a>, CExpression<a>, a),
}Variants
CArrDesig(CExpression<a>, a)CMemberDesig(Ident, a)CRangeDesig(CExpression<a>, CExpression<a>, a)Trait Implementations
impl<a: Clone> Clone for CPartDesignator<a>[src]
fn clone(&self) -> CPartDesignator<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