Module traits

Module traits 

Source

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.
OpenCVBitfieldEnum
Common trait for all enums that represent flags, e.g. can be combined using bitwise operations