Enum parser_c::parser::tokens::GnuCTok []

pub enum GnuCTok {
    GnuCAttrTok,
    GnuCExtTok,
    GnuCVaArg,
    GnuCOffsetof,
    GnuCTyCompat,
    GnuCComplexReal,
    GnuCComplexImag,
}

Variants

Trait Implementations

impl Clone for GnuCTok
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GnuCTok
[src]

Formats the value using the given formatter.