enumstd.Target.CType[src]

Fields

char
short
ushort
int
uint
long
ulong
longlong
ulonglong
float
double
longdouble

Source Code

Source code
pub const CType = enum {
    char,
    short,
    ushort,
    int,
    uint,
    long,
    ulong,
    longlong,
    ulonglong,
    float,
    double,
    longdouble,
}