Structs§
- Rust
Code - A root instance which contains generated items and static information to generate the rust structs/enums.
- Rust
Code Deriv Repl - A struct which defines a
#[derive]
for a specific struct/enum. The item is searched by name of the item. - Rust
Code Fields - Rust
Code Item Struct - A field of the structure.
Enums§
- Rust
Code Define Type - A difinition for the public constant values (defines).
- Rust
Code Derives - Rust
Code Enum Type - A type of the enum.
- Rust
Code Item - An instance type on the list.
- Rust
Code Item Data Type - Contains a data type which is used to describe the field of the struct or enum.
- Rust
Code Repr