Lines Matching refs:bindgen
3 `bindgen` can handle some C++ features, but not all of them. To set
4 expectations: `bindgen` will give you the type definitions and FFI declarations
15 with C++ to avoid pulling in all of the `std::.*` types, many of which `bindgen`
17 [opaque](./opaque.md) that `bindgen` stumbles on. It is recommended to mark
26 [some outstanding bugs](https://github.com/rust-lang/rust-bindgen/issues/380))
40 When `bindgen` finds a type that is too difficult or impossible to translate
46 2. just because one type uses specialization, that shouldn't cause `bindgen` to
49 Without further ado, here are C++ features that `bindgen` does not support or
53 ["Why isn't `bindgen` generating bindings to inline functions?"](./faq.md#why-isnt-bindgen-generati…
69 * Exceptions: if a function called through a `bindgen`-generated interface
72 [the tracking issue for exceptions](https://github.com/rust-lang/rust-bindgen/issues/1208)
81 …Because bindgen does not know about these rules generated interfaces using such types are currentl…
85 `bindgen` will generate a wrapper for any class constructor declared in the