Re-exports§
pub use crate::binding_types::*;
Structs§
- Extern
Module Translator - The structure keeps the Rust types wrappers,
methods of the structures and global functions
signatures.
user_custom_types
is a subset ofrust_types_wrappers
, since the latter collection keeps all the wrappers that will be handled, and the first one keeps only a user defined types wrappers along with their methods.