Kinda.Wrapper.CRecord (kinda v0.12.0)

Copy Markdown View Source

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()
}