Skip to content

FieldDescriptor_Kind

tevelee edited this page Jul 21, 2026 · 1 revision

FieldDescriptor.Kind

A discriminator to determine what type of context this field descriptor is describing.

public enum Kind: UInt16 

Inheritance

UInt16

Enumeration Cases

`struct`

case `struct` = 0

`class`

case `class` = 1

`enum`

case `enum` = 2

multiPayloadEnum

case multiPayloadEnum = 3

`protocol`

case `protocol` = 4

classProtocol

case classProtocol = 5

objcProtocol

case objcProtocol = 6

objcClass

case objcClass = 7
Types
Protocols
Global Typealiases
Global Variables
Global Functions

Clone this wiki locally