Trait arcdps_imgui::internal::DataTypeKind
source · pub unsafe trait DataTypeKind: Copy {
const KIND: DataType;
}
Expand description
Primitive type marker.
If this trait is implemented for a type, it is assumed to have exactly the same
representation in memory as the primitive value described by the associated KIND
constant.
Required Associated Constants§
Object Safety§
This trait is not object safe.