class documentation

class StructKind(_enum.Enum):

View In Hierarchy

The possible kinds of structs.

  • Class: the type was declared with the "class" keyword.
  • Struct: the type was declared with the "struct" keyword.
  • Interface: the type was declared with the "interface" keyword (C#?).
  • Union: the type was declared with the "union" keyword and can have overlapping fields.
Class Variable Class Undocumented
Class Variable Interface Undocumented
Class Variable Struct Undocumented
Class Variable Union Undocumented
Class =

Undocumented

Interface =

Undocumented

Struct =

Undocumented

Union =

Undocumented