Skip to main content

Module traits

Module traits 

Source
Expand description

Holds the #[repr(C)] related traits and implementations, in particular the ReprC trait.

Traitsยง

ReprC
Ensures that the type implementing it is #[repr(C)]. This cannot be guaranteed in general, and therefore we rely on macros to achieve that. This is a marker trait.