Module bindgen::ir::enum_ty

source ·
Expand description

Intermediate representation for C/C++ enumerations.

Structs

A C/C++ enumeration.
A single enum variant, to be contained only in an enum.

Enums

An enum representing custom handling that can be given to a variant.
A constant value assigned to an enumeration variant.