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