Enum rust_3d::Precision [] [src]

pub enum Precision {
    P32,
    P64,
}

Used to flag precision e.g. for IO operations (32 or 64 bit)

Variants

Trait Implementations

Auto Trait Implementations

impl Send for Precision

impl Sync for Precision