Module internal

Source
Expand description

Internal raw utilities (don’t use unless you know what you’re doing!)

Structs§

ImVector
A generic version of the raw imgui-sys ImVector struct types

Enums§

DataType
A primary data type

Traits§

DataTypeKind
Primitive type marker.
RawCast
Casting from/to a raw type that has the same layout and alignment as the target type
RawWrapper
Marks a type as a transparent wrapper over a raw type