rapier3d::utils

Trait SimdRealCopy

Source
pub trait SimdRealCopy: SimdRealField<Element = f32> + Copy { }
Expand description

The trait for real numbers used by Rapier.

This includes f32, f64 and their related SIMD types.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl SimdRealCopy for f32

Implementors§