Expand description
A public API for more fine-grained customization of bindgen behavior.
Structs§
- Relevant information about a type to which new derive attributes will be added using
ParseCallbacks::add_derives
.
Enums§
- Which trait to consider when doing the
CannotDerive
analysis. - An enum representing custom handling that can be given to a variant.
- A constant value assigned to an enumeration variant.
- Whether it is possible or not to automatically derive trait for an item.
- Which integral type are we dealing with?
- An enum to allow ignoring parsing of macros.
Traits§
- A trait to allow configuring different kinds of types in different situations.