Skip to main content

reprc

Attribute Macro reprc 

Source
#[reprc]
Expand description

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