Expand description
Contains helper derive macros for iceoryx2.
Derive Macrosยง
- Placement
Default - Implements the
iceoryx2_bb_elementary::placement_default::PlacementDefault
trait when all fields of the struct implement it. - Zero
Copy Send - Implements the
iceoryx2_bb_elementary::zero_copy_send::ZeroCopySend
trait 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
.