Module interoptopus::lang::rust[][src]

Expand description

Helpers to introspect Rust code when generating bindings, mostly derived by the #[ffi_...] macros.

Traits

Implemented for a type via ffi_type, gives meta info for a type.

Implemented for a constant-helper produced by ffi_constant, gives meta info for a constant.

Implemented for a function-helper produced by ffi_function, gives meta info for a function.

Implemented for an enum via ffi_type allows us to translate a variant into its meta information.