Crate ffi_enum

Source

Modules§

prelude
Re-exports of commonly used traits and types

Enums§

Error
Error type which ffi_enum generated operation may return

Traits§

FfiEnum
Types generated from ffi_enum implement this trait which provides essential type and constant information.
FfiEnumExt
Convenient operations on FfiEnum

Attribute Macros§

ffi_enum
Converts the enum into ffi-safe enums that could be safely sent through ffi Metadata, separated with ,, passed as arguments of this attribute call would be transformed into raw attributes attached on the generated ffi_enum.