Crate ffi_reflect

Crate ffi_reflect 

Source

Structs§

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

Enums§

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

Derive Macros§

FfiReflect
A derive macro that implements pub const fn ffi_reflect() -> FfiType<'static>.