View Source Kinda.Wrapper.CRecord (kinda v0.11.0)
Normalized C record declaration extracted from a wrapper surface.
Summary
Types
@type kind() :: :struct | :union | :record
@type t() :: %Kinda.Wrapper.CRecord{ fields: [Kinda.Wrapper.CField.t()], kind: kind(), name: String.t() }