Crate ffi_reflect
Source - FfiArray
- A struct representing a C-compatible array
- FfiEnum
- A struct representing a C-compatible enum
- FfiEnumItem
- A struct representing a numeric enum memeber
- FfiPointer
- A struct representing a C-compatible pointer type
- FfiStruct
- A struct representing a C-compatible struct
- FfiStructField
- A struct representing a struct field
- FfiEnumUnderlyingType
- An enum representing the underlying type of a C-compatible enum
- FfiPrimitive
- An enum representing supported primitive types
- FfiType
- An enum representing supported FFI types
- FfiReflect
- A derive macro that implements
pub const fn ffi_reflect() -> FfiType<'static>.