View Source Unifex.CodeGenerator.BaseTypes.Struct (Unifex v1.2.0)

Module implementing Unifex.CodeGenerator.BaseType behaviour for structs.

Elixir structs in native code are represented by C structs.

Implemented both for NIF and CNode.