[][src]Trait imgui::internal::DataTypeKind

pub unsafe trait DataTypeKind: Copy {
    const KIND: DataType;
}

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.

Associated Constants

const KIND: DataType

Loading content...

Implementations on Foreign Types

impl DataTypeKind for i8[src]

impl DataTypeKind for u8[src]

impl DataTypeKind for i16[src]

impl DataTypeKind for u16[src]

impl DataTypeKind for i32[src]

impl DataTypeKind for u32[src]

impl DataTypeKind for i64[src]

impl DataTypeKind for u64[src]

impl DataTypeKind for f32[src]

impl DataTypeKind for f64[src]

Loading content...

Implementors

Loading content...