Crate iceoryx2_bb_derive_macros

Source
Expand description

Contains helper derive macros for iceoryx2.

Derive Macrosยง

PlacementDefault
Implements the iceoryx2_bb_elementary::placement_default::PlacementDefault trait when all fields of the struct implement it.
ZeroCopySend
Implements the iceoryx2_bb_elementary::zero_copy_send::ZeroCopySend trait when all fields of the struct implement it and the struct is annotated with repr(C). A type name can be optionally set with the helper attribute type_name.