Module static_reflect::types[][src]

Expand description

The static type system

Structs

The definition of a field

A indexed identifier of a field

An error indicating that the size is invalid

Static information on the definition of a structure

An static reference to a type

A UnionDef which is known at compile-time

A field of a union which is known at compile-time

Enums

The size of a floating point number, either single-precision or double-precision

An integer size, named in the style of C/Java

A primitive type

A type whose representation is known via reflection

Traits

A type which is never zero, and where optional types are guaranteed to use the null-pointer representation