Enum cmacros::TranslateAction [] [src]

pub enum TranslateAction {
    TypedConst(ConstDecl),
    Skip,
}

Specifies a transformation from a C macro definition to Rust code

Variants

Generate a constant with a specified type

Do not generate anything for this macro