View Source Kinda.Wrapper.CRecord (kinda v0.11.0)

Normalized C record declaration extracted from a wrapper surface.

Summary

Types

kind()

@type kind() :: :struct | :union | :record

t()

@type t() :: %Kinda.Wrapper.CRecord{
  fields: [Kinda.Wrapper.CField.t()],
  kind: kind(),
  name: String.t()
}