Module bindgen::ir::ty

source ·
Expand description

Everything related to types in our intermediate representation.

Structs

The base representation of a type in bindgen.

Enums

The kind of float this type represents.
The different kinds of types that we can parse.

Constants

The maximum number of items in an array for which Rust implements common traits, and so if we have a type containing an array with more than this many items, we won’t be able to derive common traits on that type.