Expand description
Contains helper derive macros for iceoryx2.
Derive Macrosยง
- Placement
Default - Implements the
iceoryx2_bb_elementary_traits::placement_default::PlacementDefaulttrait when all fields of the struct implement it. - Zero
Copy Send - Implements the
iceoryx2_bb_elementary_traits::zero_copy_send::ZeroCopySendtrait when all fields of the struct implement it and the struct is annotated withrepr(C). A type name can be optionally set with the helper attributetype_name.