Traitsยง
- Boxed
- Trait for structures that are created on the C++ side, usually only the raw void pointer is stored to point to the allocated data on the heap.
- OpenCV
Bitfield Enum - Common trait for all enums that represent flags, e.g. can be combined using bitwise operations