Crate ffi_reflect
source ·Structs
- A struct representing a C-compatible array
- A struct representing a C-compatible enum
- A struct representing a numeric enum memeber
- A struct representing a C-compatible pointer type
- A struct representing a C-compatible struct
- A struct representing a struct field
Enums
- An enum representing the underlying type of a C-compatible enum
- An enum representing supported primitive types
- An enum representing supported FFI types
Derive Macros
- A derive macro that implements
pub const fn ffi_reflect() -> FfiType<'static>
.