Module generator

Source

Structs§

RustCode
A root instance which contains generated items and static information to generate the rust structs/enums.
RustCodeDerivRepl
A struct which defines a #[derive] for a specific struct/enum. The item is searched by name of the item.
RustCodeFields
RustCodeItemStruct
A field of the structure.

Enums§

RustCodeDefineType
A difinition for the public constant values (defines).
RustCodeDerives
RustCodeEnumType
A type of the enum.
RustCodeItem
An instance type on the list.
RustCodeItemDataType
Contains a data type which is used to describe the field of the struct or enum.
RustCodeRepr