enum Bindgen::Parser::TypeKind
Overview
Describes the declaration kind of a C++ type.
Defined in:
bindgen/parser/type_kind.crEnum Members
-
Class =
0
-
Struct =
1
-
CppUnion =
2
-
Interface =
3
-
Enum =
4