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
Describes the declaration kind of a C++ type.
0
1
2
3
4