Enum rust_3d::Precision
[−]
[src]
pub enum Precision {
P32,
P64,
}Used to flag precision e.g. for IO operations (32 or 64 bit)
Variants
P32P64