Skip to main content

Module macros

Module macros 

Source
Expand description

Holds the relevant macros.

Attribute Macrosยง

reprc
This macro attribute applies #[repr(C)] to the struct/enum, implements the ReprC trait and ensure that each field is also ReprC.