Enum parser_c::syntax::ast::CArraySize []

pub enum CArraySize<a> {
    CNoArrSize(bool),
    CArrSize(boolCExpression<a>),
}

Variants

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter.