Trait static_reflect::PrimFloat[][src]

pub unsafe trait PrimFloat: StaticReflect + Copy + Sealed {
    const FLOAT_SIZE: FloatSize;
}
Expand description

A primitive float type

Associated Constants

The size of this float

Implementations on Foreign Types

Implementors